From de0aea95c90c64cc35f814e5ea9e081235e72b16 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Wed, 10 Jul 2024 21:01:13 -0400 Subject: [PATCH] Fix duckduckgo search --- blog | 3 ++- config.yaml | 1 + templates/layout.mustache.html | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/blog b/blog index a1c75a5..591d957 100755 --- a/blog +++ b/blog @@ -543,7 +543,8 @@ if __name__ == "__main__": if args.all: blog.clean() blog.generate_all() - blog.publish() + if not args.local: + blog.publish() else: blog.updates_happened(args.changed_files) diff --git a/config.yaml b/config.yaml index 2018981..92a6cad 100644 --- a/config.yaml +++ b/config.yaml @@ -2,6 +2,7 @@ source: "/home/zachary/blog" destination: "/home/zachary/blog/public" web_root: "https://blog2.za3k.com" +domain: "blog2.za3k.com" title: 'blog of zachary "za3k" vance' post_dir: "posts" diff --git a/templates/layout.mustache.html b/templates/layout.mustache.html index d9f4627..8c2ccb3 100644 --- a/templates/layout.mustache.html +++ b/templates/layout.mustache.html @@ -92,7 +92,7 @@

archive
za3k.com

  • {{& tagcloud }} -- 2.47.3