From 86c34baacd260bde03ab3fa32c83e722f6b2f357 Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Sun, 24 Feb 2019 12:04:28 +0100 Subject: [PATCH] Fixing category and tag pages --- _config.yml | 15 +++++++++------ _pages/category-archive.md | 5 +++++ _pages/tag-archive.md | 5 +++++ 3 files changed, 19 insertions(+), 6 deletions(-) create mode 100644 _pages/category-archive.md create mode 100644 _pages/tag-archive.md diff --git a/_config.yml b/_config.yml index 0e83ffa..5edfca1 100644 --- a/_config.yml +++ b/_config.yml @@ -9,7 +9,7 @@ # 'bundle exec jekyll serve'. If you change this file, please restart the server process. theme : "minimal-mistakes-jekyll" -minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" +minimal_mistakes_skin : "dark" # "default" "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" # Site settings # These are used to personalize your new site. If you look in the HTML files, @@ -38,7 +38,7 @@ repository : # GitHub username/repo-name e.g. "mmistakes/minimal-m teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png" logo : "/assets/images/apple-touch-icon.png" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" masthead_title : "" # overrides the website title displayed in the masthead, use " " for no title -breadcrumbs : true # true, false (default) +breadcrumbs : false # true, false (default) words_per_minute : 200 comments: provider : # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "utterances", "custom" @@ -138,13 +138,16 @@ footer: links: - label: "Twitter" icon: "fab fa-fw fa-twitter-square" - url: "https://twitter.com/" + url: "https://twitter.com/tarasis" + - label: "Facebook" + icon: "fab fa-fw fa-facebook" + url: "https://www.facebook.com/tarasis" - label: "GitHub" icon: "fab fa-fw fa-github" - url: "https://github.com/" + url: "https://github.com/tarasis" - label: "Instagram" icon: "fab fa-fw fa-instagram" - url: "https://instagram.com/" + url: "https://instagram.com/tarasis" # Reading Files @@ -214,7 +217,7 @@ sass: # Outputting permalink: /:categories/:title/ -paginate: 5 # amount of posts to show +paginate: 10 # amount of posts to show paginate_path: /page:num/ timezone: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones diff --git a/_pages/category-archive.md b/_pages/category-archive.md new file mode 100644 index 0000000..e69da00 --- /dev/null +++ b/_pages/category-archive.md @@ -0,0 +1,5 @@ +--- +title: "Posts by Category" +layout: categories +permalink: /categories/ +--- diff --git a/_pages/tag-archive.md b/_pages/tag-archive.md new file mode 100644 index 0000000..e60386b --- /dev/null +++ b/_pages/tag-archive.md @@ -0,0 +1,5 @@ +--- +title: "Posts by Tag" +permalink: /tags/ +layout: tags +---