From 28c72513f12c7361a75e76b3cb0672fada494b19 Mon Sep 17 00:00:00 2001 From: Takuma Ishikawa Date: Mon, 6 Jan 2020 19:32:27 +0900 Subject: rename *.dist files (#79) --- wiki/main_page.md | 12 ++++++++++++ wiki/main_page.md.dist | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 wiki/main_page.md delete mode 100644 wiki/main_page.md.dist (limited to 'wiki') diff --git a/wiki/main_page.md b/wiki/main_page.md new file mode 100644 index 0000000..79900de --- /dev/null +++ b/wiki/main_page.md @@ -0,0 +1,12 @@ +--- +redirect_from: "/" +--- + + +1) rename it in main_page.md + +2) Edit this page with your content + + +NOTE: +- do not delete "redirect_from" rule from the front matter of this file diff --git a/wiki/main_page.md.dist b/wiki/main_page.md.dist deleted file mode 100644 index 79900de..0000000 --- a/wiki/main_page.md.dist +++ /dev/null @@ -1,12 +0,0 @@ ---- -redirect_from: "/" ---- - - -1) rename it in main_page.md - -2) Edit this page with your content - - -NOTE: -- do not delete "redirect_from" rule from the front matter of this file -- cgit From 1d321d361b68ab833f17187b520b3be23382dccc Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 6 Jan 2020 20:28:58 +0100 Subject: Update main_page.md --- wiki/main_page.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'wiki') diff --git a/wiki/main_page.md b/wiki/main_page.md index 79900de..137e7c8 100644 --- a/wiki/main_page.md +++ b/wiki/main_page.md @@ -3,10 +3,4 @@ redirect_from: "/" --- -1) rename it in main_page.md - -2) Edit this page with your content - - -NOTE: -- do not delete "redirect_from" rule from the front matter of this file +For documentation and demo of git-wiki-theme visit this link: http://drassil.github.io/git-wiki/ -- cgit From 5c9f8b5c6d2cba73032777e96a6acd7e744ae2fd Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 6 Jan 2020 20:30:52 +0100 Subject: Update main_page.md --- wiki/main_page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiki') diff --git a/wiki/main_page.md b/wiki/main_page.md index 137e7c8..3fdf34c 100644 --- a/wiki/main_page.md +++ b/wiki/main_page.md @@ -3,4 +3,4 @@ redirect_from: "/" --- -For documentation and demo of git-wiki-theme visit this link: http://drassil.github.io/git-wiki/ +For documentation and demo of git-wiki-theme visit this [link](http://drassil.github.io/git-wiki/) -- cgit From 961a73ba94bac1b23af77110aef279aa5f7761ff Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 6 Jan 2020 21:01:40 +0100 Subject: Update main_page.md --- wiki/main_page.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wiki') diff --git a/wiki/main_page.md b/wiki/main_page.md index 3fdf34c..78ac1c8 100644 --- a/wiki/main_page.md +++ b/wiki/main_page.md @@ -2,5 +2,6 @@ redirect_from: "/" --- +This is a sample of main page. You can edit it to start your wiki. -For documentation and demo of git-wiki-theme visit this [link](http://drassil.github.io/git-wiki/) +For documentation, installation guide and demo of git-wiki-theme visit this [link](http://drassil.github.io/git-wiki/) -- cgit From 2d36fb39e612f790ad56531d4f4b7366701a97a7 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Tue, 7 Jan 2020 08:43:00 +0100 Subject: Update main_page.md --- wiki/main_page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiki') diff --git a/wiki/main_page.md b/wiki/main_page.md index 78ac1c8..a1716a5 100644 --- a/wiki/main_page.md +++ b/wiki/main_page.md @@ -4,4 +4,4 @@ redirect_from: "/" This is a sample of main page. You can edit it to start your wiki. -For documentation, installation guide and demo of git-wiki-theme visit this [link](http://drassil.github.io/git-wiki/) +For documentation, installation guide and demo of [git-wiki-theme](git-wiki-theme.md) visit this [link](http://drassil.github.io/git-wiki/) -- cgit