diff --git a/_config.yml b/_config.yml index d3b8759e8d266c148a3db3ace1bbe6f6145338f5..3dbd025b0c2f001c5de7908f25cc7fb14fbef77c 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 4b2ac03a93993a7cf1df5854c4ab0f2f0dd63443..a519659e54e801f5fe936ee059f9f38b30a50ee4 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 ca93205f21f7671ee0649491f2602cc64ceade0a..f5147ac757f51f8d8b0553f3d3d2213dfa8fa0ef 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 1a09a76573ad853f0c0f49a966644f0023e401cb..f54d0797f8ff2815a79c6abb4debf1b7bdff5bdf 100644 Binary files a/_includes/favicon.ico and b/_includes/favicon.ico differ diff --git a/_includes/header.html b/_includes/header.html index 9d933fed0300abded1fcd0b63c062d4263b7693d..34385d63e6d2076fd2d27e40c9c9e079e39b734f 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -2,31 +2,31 @@