diff --git a/_config.yml b/_config.yml index d3b8759..3dbd025 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ title: NixNet description: "Ramblings from a random GNU/Linux user, sysadmin, and professional multi-instrumentalist" baseurl: "" # the subpath of your site, e.g. /blog/ url: "https://nixnet.xyz" # the base hostname & protocol for your site -permalink: /:title/ +permalink: /blog/:title/ language: en_US author: @@ -25,5 +25,8 @@ exclude: ["README.md", "README.html"] highlighter: null markdown: kramdown +# Serve settings +livereload: true + jekyll_compose: auto_open: true diff --git a/_includes/category/title.html b/_includes/category/title.html index 4b2ac03..a519659 100644 --- a/_includes/category/title.html +++ b/_includes/category/title.html @@ -5,6 +5,6 @@ {% endfor %}

-
{{ category_name }}
-
Articles in the category ‘{{ category_name }}’
+
{{ category_name }}
+
Articles in the category ‘{{ category_name }}’

diff --git a/_includes/externals/styling.html b/_includes/externals/styling.html index ca93205..f5147ac 100644 --- a/_includes/externals/styling.html +++ b/_includes/externals/styling.html @@ -5,20 +5,13 @@ {% endif %} - - - - - - - - - - - - - - - - + + + + + + + + + diff --git a/_includes/favicon.ico b/_includes/favicon.ico index 1a09a76..f54d079 100644 Binary files a/_includes/favicon.ico and b/_includes/favicon.ico differ diff --git a/_includes/header.html b/_includes/header.html index 9d933fe..34385d6 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -2,31 +2,31 @@