123456789101112131415161718192021222324252627282930313233343536373839404142 |
- baseURL = "https://blog.joinmastodon.org/"
- languageCode = "en-us"
- title = "Mastodon Blog"
- preserveTaxonomyNames = true
- pygmentsCodeFences = true
- pygmentsStyle = "dracula"
- theme = "mastodon"
- [params]
- description = "Updates from the Mastodon team"
- [permalinks]
- posts = "/:year/:month/:slug/"
- [languages]
- [languages.en]
- languageName = "English"
- weight = 1
- [languages.ja]
- languageName = "日本語"
- weight = 2
- [languages.pl]
- languageName = "Polski"
- weight = 3
- [outputs]
- home = ["HTML", "RSS"]
- page = ["HTML"]
- [build]
- writeStats = true
- [markup]
- [markup.goldmark]
- [markup.goldmark.renderer]
- unsafe = true
- [pagination]
- disableAliases = false
- pagerSize = 9
- path = 'page'
|