config.toml 728 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. baseURL = "https://blog.joinmastodon.org/"
  2. languageCode = "en-us"
  3. title = "Mastodon Blog"
  4. preserveTaxonomyNames = true
  5. pygmentsCodeFences = true
  6. pygmentsStyle = "dracula"
  7. theme = "mastodon"
  8. [params]
  9. description = "Updates from the Mastodon team"
  10. [permalinks]
  11. posts = "/:year/:month/:slug/"
  12. [languages]
  13. [languages.en]
  14. languageName = "English"
  15. weight = 1
  16. [languages.ja]
  17. languageName = "日本語"
  18. weight = 2
  19. [languages.pl]
  20. languageName = "Polski"
  21. weight = 3
  22. [outputs]
  23. home = ["HTML", "RSS"]
  24. page = ["HTML"]
  25. [build]
  26. writeStats = true
  27. [markup]
  28. [markup.goldmark]
  29. [markup.goldmark.renderer]
  30. unsafe = true
  31. [pagination]
  32. disableAliases = false
  33. pagerSize = 9
  34. path = 'page'