the code for my website (https://www.annwan.me)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
348 B

10 months ago
10 months ago
  1. baseURL = 'https://www.annwan.me/'
  2. languageCode = 'en'
  3. title = "Annwan"
  4. theme = 'risotto'
  5. author = "Annwan"
  6. copyright = "© Annwan"
  7. paginate = 3
  8. sectionPagesMenu = "main"
  9. pluralizeListTitles = false
  10. [params]
  11. noindex = false
  12. [params.theme]
  13. palette = "gruvbox-dark"
  14. [markup]
  15. [markup.goldmark]
  16. [markup.goldmark.renderer]
  17. unsafe = true