From 8918587ad3c75b25cd17d746c2a109e8d12b6d48 Mon Sep 17 00:00:00 2001 From: Dawid Olko Date: Tue, 9 Apr 2024 16:26:20 +0200 Subject: [PATCH] new appearance --- _config.yml | 9 +- _includes/head-custom-google-analytics.html | 10 ++ _includes/head-custom-theme-colors.html | 5 + _includes/head-custom.html | 12 ++ _layouts/default.html | 120 +++++++++----------- 5 files changed, 89 insertions(+), 67 deletions(-) create mode 100644 _includes/head-custom-google-analytics.html create mode 100644 _includes/head-custom-theme-colors.html create mode 100644 _includes/head-custom.html diff --git a/_config.yml b/_config.yml index 8ad7eed..a2d8ee5 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,11 @@ -theme: jekyll-theme-architect +# theme: jekyll-theme-architect +# GitHub Stars: https://github.com/dawidolko/Website-Templates +# icon: logo.png +favicon: "logo.png" +title: 170 HTML5 Website Templates - free editable templates +description: 170 HTML5 Website Templates - free editable templates GitHub Stars: https://github.com/dawidolko/Website-Templates icon: logo.png favicon: "logo.png" +show_downloads: true +theme: jekyll-theme-midnight diff --git a/_includes/head-custom-google-analytics.html b/_includes/head-custom-google-analytics.html new file mode 100644 index 0000000..8a3ae5c --- /dev/null +++ b/_includes/head-custom-google-analytics.html @@ -0,0 +1,10 @@ +{% if site.google_analytics %} + +{% endif %} diff --git a/_includes/head-custom-theme-colors.html b/_includes/head-custom-theme-colors.html new file mode 100644 index 0000000..856cb35 --- /dev/null +++ b/_includes/head-custom-theme-colors.html @@ -0,0 +1,5 @@ + + + + + diff --git a/_includes/head-custom.html b/_includes/head-custom.html new file mode 100644 index 0000000..44cdb83 --- /dev/null +++ b/_includes/head-custom.html @@ -0,0 +1,12 @@ + + + +{% include head-custom-theme-colors.html %} + + +{% include head-custom-google-analytics.html %} + + + + + diff --git a/_layouts/default.html b/_layouts/default.html index 97a1608..12aba36 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,66 +1,54 @@ - - - - Website Templates - - - - - - - - - - -{% seo %} - - {% include head-custom.html %} - - - -
-
- -

{{ site.title | default: site.github.repository_name }}

-
-

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

- {% if site.github.is_project_page %} - View project on GitHub - {% endif %} - {% if site.github.is_user_page %} - Follow me on GitHub - {% endif %} -
-
- -
-
-
- {{ content }} -
- - -
-
- - - + + + + + + + {% seo %} + + + + Website Templates + + + + + {% include head-custom.html %} + + + + +
+ +
+
+

{{ site.title | default: site.github.repository_name }}

+

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

+
+ Project maintained by {{ site.github.owner_name }} + Hosted on GitHub Pages — Theme by dawidolko +
+ + {{ content }} + +
+ +
+ + + \ No newline at end of file