add hugo-micro-json for showing last_updated at /micro.json
[~bandali/bndl.org] / config.toml
index 2d5b974..4ce53c3 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
@@ -31,3 +31,7 @@ pygmentsUseClasses = true       # This applies to Chroma too.
     url = "https://git.sr.ht/~aminb/aminb.org"
     md_dir = "content"
     org_dir = "content-org"
+
+[outputs]
+  # <domain>/micro.json
+  home = ["HTML", "RSS", "Micro"]     # default = ["HTML", "RSS"]