From 6e0a7a8960463575cd64231dd6bf3308260ce6c9 Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Fri, 8 Nov 2024 17:46:05 -0500 Subject: [PATCH 1/2] Remove gallery placeholder --- docs/gallery.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 docs/gallery.md diff --git a/docs/gallery.md b/docs/gallery.md deleted file mode 100644 index ebb3349..0000000 --- a/docs/gallery.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -icon: material/image ---- - -# Gallery - -!!! warning - If you are seeing this page, my web server is not working right. Please let me know using [any of my contact methods](contact.md) \ No newline at end of file From 0d7c488210ab23d8750e047aa13c181335728c18 Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Fri, 8 Nov 2024 17:46:22 -0500 Subject: [PATCH 2/2] Turn the blog back on --- mkdocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 1e76523..e291d92 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -66,6 +66,7 @@ nav: - 'gpg.md' - 'projects/index.md' - 'stream.md' + - 'blog/index.md' plugins: - glightbox: touchNavigation: true @@ -82,3 +83,5 @@ plugins: enabled: true blog_dir: blog post_dir: blog/entries + post_date_format: full + post_url_date_format: yyyy/MM/dd \ No newline at end of file