| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- baseurl = "https://johnston.fi"
- enablerobotstxt = true
- timezone = "America/New_York"
- titlecasestyle = "Go"
- [languages.en]
- copyright = "© Johnston-Lincoln for GMU"
- languagecode = "en-us"
- languagedirection = "ltr"
- languagename = "English"
- title = "Johnston-Lincoln for GMU"
- weight = 10
- [languages.en.params.paige.site]
- description = "Running to be the change YOU deserve!"
- [markup.goldmark.renderer]
- unsafe = true
- [markup.highlight]
- noclasses = false
- style = "github"
- [[module.imports]]
- path = "github.com/willfaught/paige"
- [outputs]
- home = ["atom", "html", "paige-search", "rss"]
- section = ["atom", "html", "rss"]
- taxonomy = ["atom", "html", "rss"]
- term = ["atom", "html", "rss"]
- [pagination]
- pagersize = 50
- #[[params.paige.feeds.atom.authors]]
- #email = "example@example.com"
- #name = "John Doe"
- #url = "https://example.com"
- #[params.paige.feeds.rss]
- #managing_editor = "example@example.com (John Doe)"
- #web_master = "example@example.com (John Doe)"
- [params.paige.pages]
- disable_authors = true
- disable_date = true
- disable_keywords = true
- disable_next = true
- disable_prev = true
- disable_reading_time = true
- disable_series = true
- disable_toc = true
- disable_word_count = true
- [paige.pages.base_schema]
- isAccessibleForFree = true
- isFamilyFriendly = true
- [params.paige.site]
- disable_breadcrumbs = true
- disable_credit = true
- [params.paige.subpages]
- disable_authors = true
- disable_date = true
- disable_keywords = true
- disable_reading_time = true
- disable_series = true
- disable_summary = true
- disable_word_count = true
- #[taxonomies]
- #author = "authors"
- #category = "categories"
- #series = "series"
- #tag = "tags"
|