From: Zachary Vance Date: Thu, 11 Jul 2024 01:01:13 +0000 (-0400) Subject: Fix duckduckgo search X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=de0aea95c90c64cc35f814e5ea9e081235e72b16;p=blog.git Fix duckduckgo search --- 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 }}