X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/ae39b0da12d1d30be8654efa7c04309f0b692570..88e02e86379264ed819d077c735431da3052532b:/config.toml diff --git a/config.toml b/config.toml index 2d5b974..2d1cb17 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 @@ -27,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" + url = "https://git.sr.ht/~bandali/aminb.org" md_dir = "content" org_dir = "content-org" + +[outputs] + # /micro.json + home = ["HTML", "RSS", "Micro"] # default = ["HTML", "RSS"]