From a5ad6cbd639c01c019a73163326458bfac94b6ca Mon Sep 17 00:00:00 2001 From: Amolith Date: Thu, 6 Jun 2019 09:28:38 -0400 Subject: [PATCH] various --- _config.yml | 5 +- _includes/category/title.html | 4 +- _includes/externals/styling.html | 25 ++-- _includes/favicon.ico | Bin 1150 -> 1149 bytes _includes/header.html | 18 +-- _includes/page/explore.html | 14 +-- _includes/page/footer.html | 12 +- _includes/page/title.html | 4 +- _includes/post/about.html | 10 +- _includes/post/title.html | 4 +- _layouts/category.html | 4 +- _layouts/post.html | 16 ++- ...e-from-the-wayback-machine-keybase-only.md | 4 +- ...-site-from-the-wayback-machine-gpg-only.md | 61 ++++++++++ _sass/_default.scss | 110 +++++++++--------- assets/posts/archive-diagram.png | Bin 0 -> 125038 bytes blog/index.html | 4 +- cover.png | Bin 7431 -> 7429 bytes favicon.ico | Bin 34494 -> 0 bytes favicons/android-chrome-192x192.png | Bin 0 -> 2054 bytes favicons/android-chrome-512x512.png | Bin 0 -> 5692 bytes favicons/android-icon-144x144.png | Bin 7099 -> 0 bytes favicons/android-icon-192x192.png | Bin 8376 -> 0 bytes favicons/android-icon-36x36.png | Bin 1738 -> 0 bytes favicons/android-icon-48x48.png | Bin 2369 -> 0 bytes favicons/android-icon-72x72.png | Bin 2570 -> 0 bytes favicons/android-icon-96x96.png | Bin 3178 -> 0 bytes favicons/apple-icon-114x114.png | Bin 3690 -> 0 bytes favicons/apple-icon-120x120.png | Bin 3928 -> 0 bytes favicons/apple-icon-144x144.png | Bin 7099 -> 0 bytes favicons/apple-icon-152x152.png | Bin 7527 -> 0 bytes favicons/apple-icon-180x180.png | Bin 9042 -> 0 bytes favicons/apple-icon-57x57.png | Bin 2172 -> 0 bytes favicons/apple-icon-60x60.png | Bin 2364 -> 0 bytes favicons/apple-icon-72x72.png | Bin 2570 -> 0 bytes favicons/apple-icon-76x76.png | Bin 2661 -> 0 bytes favicons/apple-icon-precomposed.png | Bin 8952 -> 0 bytes favicons/apple-icon.png | Bin 8952 -> 0 bytes favicons/apple-touch-icon.png | Bin 0 -> 1505 bytes favicons/browserconfig.xml | 9 +- favicons/favicon-16x16.png | Bin 1075 -> 424 bytes favicons/favicon-32x32.png | Bin 1823 -> 613 bytes favicons/favicon-96x96.png | Bin 3178 -> 0 bytes favicons/favicon.ico | Bin 1150 -> 15086 bytes favicons/manifest.json | 41 ------- favicons/ms-icon-144x144.png | Bin 7099 -> 0 bytes favicons/ms-icon-150x150.png | Bin 7370 -> 0 bytes favicons/ms-icon-310x310.png | Bin 19447 -> 0 bytes favicons/ms-icon-70x70.png | Bin 2444 -> 0 bytes favicons/mstile-150x150.png | Bin 0 -> 1487 bytes favicons/safari-pinned-tab.svg | 1 + favicons/site.webmanifest | 19 +++ img.py | 15 +++ jquery-3.3.1.min.js | 2 - me.png | Bin 494853 -> 494839 bytes 55 files changed, 226 insertions(+), 156 deletions(-) create mode 100644 _posts/2019-06-04-removing-your-site-from-the-wayback-machine-gpg-only.md create mode 100644 assets/posts/archive-diagram.png delete mode 100644 favicon.ico create mode 100644 favicons/android-chrome-192x192.png create mode 100644 favicons/android-chrome-512x512.png delete mode 100644 favicons/android-icon-144x144.png delete mode 100644 favicons/android-icon-192x192.png delete mode 100644 favicons/android-icon-36x36.png delete mode 100644 favicons/android-icon-48x48.png delete mode 100644 favicons/android-icon-72x72.png delete mode 100644 favicons/android-icon-96x96.png delete mode 100644 favicons/apple-icon-114x114.png delete mode 100644 favicons/apple-icon-120x120.png delete mode 100644 favicons/apple-icon-144x144.png delete mode 100644 favicons/apple-icon-152x152.png delete mode 100644 favicons/apple-icon-180x180.png delete mode 100644 favicons/apple-icon-57x57.png delete mode 100644 favicons/apple-icon-60x60.png delete mode 100644 favicons/apple-icon-72x72.png delete mode 100644 favicons/apple-icon-76x76.png delete mode 100644 favicons/apple-icon-precomposed.png delete mode 100644 favicons/apple-icon.png create mode 100644 favicons/apple-touch-icon.png delete mode 100644 favicons/favicon-96x96.png delete mode 100644 favicons/manifest.json delete mode 100644 favicons/ms-icon-144x144.png delete mode 100644 favicons/ms-icon-150x150.png delete mode 100644 favicons/ms-icon-310x310.png delete mode 100644 favicons/ms-icon-70x70.png create mode 100644 favicons/mstile-150x150.png create mode 100644 favicons/safari-pinned-tab.svg create mode 100644 favicons/site.webmanifest create mode 100644 img.py delete mode 100644 jquery-3.3.1.min.js 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 1a09a76573ad853f0c0f49a966644f0023e401cb..f54d0797f8ff2815a79c6abb4debf1b7bdff5bdf 100644 GIT binary patch delta 14 Vcmeyz@t0$R9}}bQ<^U!=CIBjQ1aANU delta 15 Wcmey%@sDGJ9}`o2{APb9JthD#NCf}@ 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 @@