From 7b1cdbe4b08c1621364805d26b26194f3a1d3c92 Mon Sep 17 00:00:00 2001 From: Vincenzo Tilotta Date: Mon, 6 Jan 2020 08:51:37 +0100 Subject: Added "Material Design Lite" theme (#65) * Added "Material Design Lite" theme * material theme: fix footer --- _layouts/git-wiki-material.html | 163 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 _layouts/git-wiki-material.html (limited to '_layouts') diff --git a/_layouts/git-wiki-material.html b/_layouts/git-wiki-material.html new file mode 100644 index 0000000..e3e5cd6 --- /dev/null +++ b/_layouts/git-wiki-material.html @@ -0,0 +1,163 @@ +{% comment %} +# +# This layout uses Material Design Lite +# ------------------------------------- +# tAiLot - tailot@gmail.com +# ------------------------------------- +# +{% endcomment %} +{% include git-wiki/defines/defines.html %} + + + + + {% if site.inc_before_head %} + {% include {{ site.inc_before_head }} %} + {% endif %} + + {% include git-wiki/sections/head/meta.html %} + + + + + + + {% if site.inc_after_head %} + {% include {{ site.inc_after_head }} %} + {% endif %} + + + + +
+
+
+ + +
+
+
+ + {% if site.logo_url %} + logo + {% endif %} +

{{ site.description | default: site.github.project_tagline }}

+ {% if site.show_wiki_pages %} + {% include git-wiki/components/lists/page-list.html %} + {% endif %} + + {% if site.blog_feature and site.show_wiki_posts %} + {% include git-wiki/components/lists/post-list.html %} + {% endif %} + + {% if site.show_downloads %} + + + + {% endif %} + + {% if site.inc_after_header %} + {% include {{ site.inc_after_header }} %} + {% endif %} +
+
+
+
+
+
{{content}}
+
+
+ +
+ +
+ + \ No newline at end of file -- cgit From f685d1ac9060cad742685797932d58dfb112af1d Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 6 Jan 2020 13:26:37 +0100 Subject: Delete git-wiki-material.html Not working properly --- _layouts/git-wiki-material.html | 163 ---------------------------------------- 1 file changed, 163 deletions(-) delete mode 100644 _layouts/git-wiki-material.html (limited to '_layouts') diff --git a/_layouts/git-wiki-material.html b/_layouts/git-wiki-material.html deleted file mode 100644 index e3e5cd6..0000000 --- a/_layouts/git-wiki-material.html +++ /dev/null @@ -1,163 +0,0 @@ -{% comment %} -# -# This layout uses Material Design Lite -# ------------------------------------- -# tAiLot - tailot@gmail.com -# ------------------------------------- -# -{% endcomment %} -{% include git-wiki/defines/defines.html %} - - - - - {% if site.inc_before_head %} - {% include {{ site.inc_before_head }} %} - {% endif %} - - {% include git-wiki/sections/head/meta.html %} - - - - - - - {% if site.inc_after_head %} - {% include {{ site.inc_after_head }} %} - {% endif %} - - - - -
-
-
- - -
-
-
- - {% if site.logo_url %} - logo - {% endif %} -

{{ site.description | default: site.github.project_tagline }}

- {% if site.show_wiki_pages %} - {% include git-wiki/components/lists/page-list.html %} - {% endif %} - - {% if site.blog_feature and site.show_wiki_posts %} - {% include git-wiki/components/lists/post-list.html %} - {% endif %} - - {% if site.show_downloads %} - - - - {% endif %} - - {% if site.inc_after_header %} - {% include {{ site.inc_after_header }} %} - {% endif %} -
-
-
-
-
-
{{content}}
-
-
- -
- -
- - \ No newline at end of file -- cgit From 843821d9f5108c37444f9dc2864231b0804e59ed Mon Sep 17 00:00:00 2001 From: Yehonal Date: Tue, 7 Jan 2020 08:41:59 +0100 Subject: 404 as layout --- _layouts/git-wiki-404.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _layouts/git-wiki-404.html (limited to '_layouts') diff --git a/_layouts/git-wiki-404.html b/_layouts/git-wiki-404.html new file mode 100644 index 0000000..1b463ec --- /dev/null +++ b/_layouts/git-wiki-404.html @@ -0,0 +1,16 @@ +--- +title: Not Found +layout: git-wiki-404 +permalink: /404.html +is_wiki_page: false +--- + + + \ No newline at end of file -- cgit From c10a98d5b216564bbed5e6ab0f287c13b4a26f2b Mon Sep 17 00:00:00 2001 From: Yehonal Date: Tue, 7 Jan 2020 08:44:34 +0100 Subject: removed --- _layouts/git-wiki-404.html | 1 - 1 file changed, 1 deletion(-) (limited to '_layouts') diff --git a/_layouts/git-wiki-404.html b/_layouts/git-wiki-404.html index 1b463ec..6a7b4ec 100644 --- a/_layouts/git-wiki-404.html +++ b/_layouts/git-wiki-404.html @@ -1,6 +1,5 @@ --- title: Not Found -layout: git-wiki-404 permalink: /404.html is_wiki_page: false --- -- cgit From 7d2f3cbedb4d7283d120614d6856a3dfd1d8d673 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Tue, 7 Jan 2020 08:56:56 +0100 Subject: default.html --- _layouts/default.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 _layouts/default.html (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..feab7b6 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,4 @@ +--- +title: Default +layout: git-wiki-default +--- \ No newline at end of file -- cgit From a81a933ab806dabbc6720d98f470c6a5edcd9a15 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sat, 11 Jan 2020 23:45:58 +0100 Subject: implemented static TOC #57 Thanks to @vzickus for the suggestion --- _layouts/git-wiki-bs-github.html | 10 +--------- _layouts/git-wiki-bs-lux.html | 10 +--------- _layouts/git-wiki-bs-united.html | 10 +--------- 3 files changed, 3 insertions(+), 27 deletions(-) (limited to '_layouts') diff --git a/_layouts/git-wiki-bs-github.html b/_layouts/git-wiki-bs-github.html index 8237c4b..b2b0788 100644 --- a/_layouts/git-wiki-bs-github.html +++ b/_layouts/git-wiki-bs-github.html @@ -33,15 +33,7 @@
{% include git-wiki/sections/tools/tools.html %} - {% if site.inc_before_toc %} - {% include {{ site.inc_before_toc }} %} - {% endif %} - -
- - {% if site.inc_after_toc %} - {% include {{ site.inc_after_toc }} %} - {% endif %} + {% include git-wiki/components/toc/toc.html %} {% if site.inc_before_content %} {% include {{ site.inc_before_content }} %} diff --git a/_layouts/git-wiki-bs-lux.html b/_layouts/git-wiki-bs-lux.html index 04085e4..5cc4a27 100644 --- a/_layouts/git-wiki-bs-lux.html +++ b/_layouts/git-wiki-bs-lux.html @@ -46,15 +46,7 @@
{% include git-wiki/sections/tools/tools.html %} - {% if site.inc_before_toc %} - {% include {{ site.inc_before_toc }} %} - {% endif %} - -
- - {% if site.inc_after_toc %} - {% include {{ site.inc_after_toc }} %} - {% endif %} + {% include git-wiki/components/toc/toc.html %} {% if site.inc_before_content %} {% include {{ site.inc_before_content }} %} diff --git a/_layouts/git-wiki-bs-united.html b/_layouts/git-wiki-bs-united.html index 2130a9a..556bcd3 100644 --- a/_layouts/git-wiki-bs-united.html +++ b/_layouts/git-wiki-bs-united.html @@ -32,15 +32,7 @@
{% include git-wiki/sections/tools/tools.html %} - {% if site.inc_before_toc %} - {% include {{ site.inc_before_toc }} %} - {% endif %} - -
- - {% if site.inc_after_toc %} - {% include {{ site.inc_after_toc }} %} - {% endif %} + {% include git-wiki/components/toc/toc.html %} {% if site.inc_before_content %} {% include {{ site.inc_before_content }} %} -- cgit