X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/caf3b78c74be4c0d1e53904aa258fda50e512ef0..ff88e9ad7a0418b62e5617c159957bb846b2a3a6:/config.toml diff --git a/config.toml b/config.toml index 612d8f0..46a26ff 100644 --- a/config.toml +++ b/config.toml @@ -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,13 @@ 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.source] url = "https://git.sr.ht/~aminb/aminb.org" md_dir = "content" org_dir = "content-org" + +[outputs] + # /micro.json + home = ["HTML", "RSS", "Micro"] # default = ["HTML", "RSS"]