blog

Source for my blog
git clone git://git.konyahin.xyz/blog
Log | Files | Refs

config.toml (229B)


      1 title = "Website Name"
      2 baseURL = 'https://example.org'
      3 languageCode = 'en-us'
      4 
      5 [params]
      6   # "relatedtext" is the text that appears above the tag list at the bottom of pages.
      7   #relatedtext = "Related:"
      8   favicon = "/favicon.ico"