small colophon updates
[~bandali/bndl.org] / config.toml
index 612d8f0..4c6a3d7 100644 (file)
@@ -1,7 +1,7 @@
 baseurl = "https://aminb.org"
 title = "Amin Bandali"
 author = "Amin Bandali"
-theme = "divine"
+theme = ["hugo-micro-json", "divine"]
 
 enableEmoji = true
 enableGitInfo = true
@@ -17,6 +17,9 @@ pygmentsUseClasses = true       # This applies to Chroma too.
 [Social]
   github = "aminb"
 
+[permalinks]
+  post = "/:filename/"
+
 [Params]
   disable_debug = true
   description = """\
@@ -24,7 +27,17 @@ pygmentsUseClasses = true       # This applies to Chroma too.
               group at UWaterloo. He is also the co-host of the \
               Emacs.el podcast and loves functional programming.\
               """
+  favicons = true
+
+  [Params.gnu_inside]
+    enabled  = true
+    url = "https://www.gnu.org"
+
   [Params.source]
-    url = "https://git.sr.ht/~aminb/aminb.org"
+    url = "https://git.sr.ht/~bandali/aminb.org"
     md_dir = "content"
     org_dir = "content-org"
+
+[outputs]
+  # <domain>/micro.json
+  home = ["HTML", "RSS", "Micro"]     # default = ["HTML", "RSS"]