From 0ee232f09c3e49dd30c93fb533f2e13bad304bea Mon Sep 17 00:00:00 2001 From: Nathan Steel Date: Mon, 7 Nov 2022 05:49:35 -0500 Subject: [PATCH] Add burger toggle checkbox to webpages Using following script: find -name '*.html' -exec perl -i -0777pe' s{\n\t\t\t
} {\n\t\t\t\\n\t\t\t\n\t\t\t
}; ' {} + --- 404.html | 2 ++ about.html | 2 ++ blog/blog-thoughts-220822.html | 2 ++ blog/index.html | 2 ++ blog/ive-started-a-blog.html | 2 ++ blog/my-steamdeck-arrived.html | 2 ++ blog/reducing-homelab.html | 2 ++ cv.html | 2 ++ equipment.html | 2 ++ guides/add-domain-to-server.html | 2 ++ guides/add-php-to-nginx.html | 2 ++ guides/adminer-setup.html | 2 ++ guides/backup-mysql-mariadb.html | 2 ++ guides/backup-with-cron.html | 2 ++ guides/backup-with-rdiff.html | 2 ++ guides/backup-with-rsync.html | 2 ++ guides/certbot-ssl.html | 2 ++ guides/get-a-domain-name.html | 2 ++ guides/guide-to-server-hosting.html | 2 ++ guides/index.html | 2 ++ guides/initial-server-setup.html | 2 ++ guides/install-kvm-virtual-machine.html | 2 ++ guides/install-mysql-mariadb.html | 2 ++ guides/nginx-install.html | 2 ++ guides/nginx-proxy.html | 2 ++ guides/nginx-web-optimisation.html | 2 ++ guides/password-protect-webpage.html | 2 ++ guides/server-install-debian.html | 2 ++ guides/set-static-ip.html | 2 ++ guides/setup-git-server.html | 2 ++ guides/setup-kvm-bridge.html | 2 ++ guides/setup-nginx-website.html | 2 ++ guides/setup-qemu-kvm.html | 2 ++ guides/sql-cheatsheet.html | 2 ++ guides/virsh-cheatsheet.html | 2 ++ guides/vm-seperation-of-concerns.html | 2 ++ index.html | 2 ++ projects.html | 2 ++ recipes/index.html | 2 ++ sitemap.html | 2 ++ support.html | 2 ++ websites.html | 2 ++ 42 files changed, 84 insertions(+) diff --git a/404.html b/404.html index 79519a3..bbe8b05 100644 --- a/404.html +++ b/404.html @@ -15,6 +15,8 @@

Error 404

+ +