From 2df1263a2a994315a0c752feb27640dcc45234c2 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Wed, 13 May 2020 21:14:56 +0200 Subject: using remote theme --- _includes/git-wiki/sections/content/body.html | 5 --- _includes/git-wiki/sections/content/content.html | 20 --------- _includes/git-wiki/sections/content/wrapper.html | 5 --- _includes/git-wiki/sections/footer/footer.html | 11 ----- _includes/git-wiki/sections/head/head.html | 13 ------ _includes/git-wiki/sections/head/meta.html | 13 ------ _includes/git-wiki/sections/head/scripts.html | 14 ------ _includes/git-wiki/sections/head/styles.html | 9 ---- _includes/git-wiki/sections/header/header.html | 57 ------------------------ _includes/git-wiki/sections/tail/tail.html | 35 --------------- _includes/git-wiki/sections/tools/tools.html | 13 ------ 11 files changed, 195 deletions(-) delete mode 100644 _includes/git-wiki/sections/content/body.html delete mode 100644 _includes/git-wiki/sections/content/content.html delete mode 100644 _includes/git-wiki/sections/content/wrapper.html delete mode 100644 _includes/git-wiki/sections/footer/footer.html delete mode 100644 _includes/git-wiki/sections/head/head.html delete mode 100644 _includes/git-wiki/sections/head/meta.html delete mode 100644 _includes/git-wiki/sections/head/scripts.html delete mode 100644 _includes/git-wiki/sections/head/styles.html delete mode 100644 _includes/git-wiki/sections/header/header.html delete mode 100644 _includes/git-wiki/sections/tail/tail.html delete mode 100644 _includes/git-wiki/sections/tools/tools.html (limited to '_includes/git-wiki/sections') diff --git a/_includes/git-wiki/sections/content/body.html b/_includes/git-wiki/sections/content/body.html deleted file mode 100644 index 419eeaf..0000000 --- a/_includes/git-wiki/sections/content/body.html +++ /dev/null @@ -1,5 +0,0 @@ - - {% include git-wiki/sections/content/wrapper.html %} - - {% include git-wiki/sections/tail/tail.html %} - \ No newline at end of file diff --git a/_includes/git-wiki/sections/content/content.html b/_includes/git-wiki/sections/content/content.html deleted file mode 100644 index b356968..0000000 --- a/_includes/git-wiki/sections/content/content.html +++ /dev/null @@ -1,20 +0,0 @@ -
-
- - {% include git-wiki/sections/tools/tools.html %} - - {% include git-wiki/components/toc/toc.html %} - - {% if site.inc_before_content %} - {% include {{ site.inc_before_content }} %} - {% endif %} - -
- {{ content }} -
- - {% if site.inc_after_content %} - {% include {{ site.inc_after_content }} %} - {% endif %} -
-
\ No newline at end of file diff --git a/_includes/git-wiki/sections/content/wrapper.html b/_includes/git-wiki/sections/content/wrapper.html deleted file mode 100644 index eab823f..0000000 --- a/_includes/git-wiki/sections/content/wrapper.html +++ /dev/null @@ -1,5 +0,0 @@ -
- {% include git-wiki/sections/header/header.html %} - {% include git-wiki/sections/content/content.html %} - {% include git-wiki/sections/footer/footer.html %} -
\ No newline at end of file diff --git a/_includes/git-wiki/sections/footer/footer.html b/_includes/git-wiki/sections/footer/footer.html deleted file mode 100644 index f49703b..0000000 --- a/_includes/git-wiki/sections/footer/footer.html +++ /dev/null @@ -1,11 +0,0 @@ - \ No newline at end of file diff --git a/_includes/git-wiki/sections/head/head.html b/_includes/git-wiki/sections/head/head.html deleted file mode 100644 index dab9a86..0000000 --- a/_includes/git-wiki/sections/head/head.html +++ /dev/null @@ -1,13 +0,0 @@ - - {% if site.inc_before_head %} - {% include {{ site.inc_before_head }} %} - {% endif %} - - {% include git-wiki/sections/head/meta.html %} - {% include git-wiki/sections/head/scripts.html %} - {% include git-wiki/sections/head/styles.html %} - - {% if site.inc_after_head %} - {% include {{ site.inc_after_head }} %} - {% endif %} - \ No newline at end of file diff --git a/_includes/git-wiki/sections/head/meta.html b/_includes/git-wiki/sections/head/meta.html deleted file mode 100644 index bfae3da..0000000 --- a/_includes/git-wiki/sections/head/meta.html +++ /dev/null @@ -1,13 +0,0 @@ -{% if site.inc_before_meta %} -{% include {{ site.inc_before_meta }} %} -{% endif %} - - - - - -{% seo %} - -{% if site.inc_after_meta %} -{% include {{ site.inc_after_meta }} %} -{% endif %} \ No newline at end of file diff --git a/_includes/git-wiki/sections/head/scripts.html b/_includes/git-wiki/sections/head/scripts.html deleted file mode 100644 index 9497626..0000000 --- a/_includes/git-wiki/sections/head/scripts.html +++ /dev/null @@ -1,14 +0,0 @@ -{% if site.inc_before_scripts %} -{% include {{ site.inc_before_scripts }} %} -{% endif %} - - - - - -{% if site.inc_after_scripts %} -{% include {{ site.inc_after_scripts }} %} -{% endif %} \ No newline at end of file diff --git a/_includes/git-wiki/sections/head/styles.html b/_includes/git-wiki/sections/head/styles.html deleted file mode 100644 index 3bb7ecc..0000000 --- a/_includes/git-wiki/sections/head/styles.html +++ /dev/null @@ -1,9 +0,0 @@ -{% if site.inc_before_styles %} -{% include {{ site.inc_before_styles }} %} -{% endif %} - - - -{% if site.inc_after_styles %} -{% include {{ site.inc_after_styles }} %} -{% endif %} \ No newline at end of file diff --git a/_includes/git-wiki/sections/header/header.html b/_includes/git-wiki/sections/header/header.html deleted file mode 100644 index ffbea44..0000000 --- a/_includes/git-wiki/sections/header/header.html +++ /dev/null @@ -1,57 +0,0 @@ -
- - - {% if site.logo_url %} - - {% endif %} - {{ site.title | escape }} - -
-
-
- - {% if site.inc_before_header %} - {% include {{ site.inc_before_header }} %} - {% endif %} - -
- {% if site.logo_url %} - {% include git-wiki/components/logo/logo.html %} - {% else %} -

{{ site.title | escape }}

- {% endif %} -
- - - {% if site.github.is_user_page %} -

View My GitHub Profile

- {% endif %} - - {% if site.show_downloads %} - {% include git-wiki/components/action_btn/downloads.html %} - {% endif %} - - {% 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.inc_after_header %} - {% include {{ site.inc_after_header }} %} - {% endif %} -
-
- diff --git a/_includes/git-wiki/sections/tail/tail.html b/_includes/git-wiki/sections/tail/tail.html deleted file mode 100644 index f5944c9..0000000 --- a/_includes/git-wiki/sections/tail/tail.html +++ /dev/null @@ -1,35 +0,0 @@ -{% if site.inc_before_tail %} -{% include {{ site.inc_before_tail }} %} -{% endif %} - - - -{% if site.google_analytics %} - -{% endif %} - -{% assign items = site.html_pages %} -{% for page in items %} -{% assign url = page.url | relative_url %} -{% assign urls = urls | append: url | append: "," %} -{% endfor %} - - - -{% if site.inc_after_tail %} -{% include {{ site.inc_after_tail }} %} -{% endif %} diff --git a/_includes/git-wiki/sections/tools/tools.html b/_includes/git-wiki/sections/tools/tools.html deleted file mode 100644 index 0b2770e..0000000 --- a/_includes/git-wiki/sections/tools/tools.html +++ /dev/null @@ -1,13 +0,0 @@ -
- {% if site.inc_before_tools %} - {% include {{ site.inc_before_tools }} %} - {% endif %} - - {% include git-wiki/components/action_btn/page_actions.html %} - - {% include git-wiki/components/search/index.html %} - - {% if site.inc_after_tools %} - {% include {{ site.inc_after_tools }} %} - {% endif %} -
\ No newline at end of file -- cgit