hugo.toml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. baseurl = "https://johnston.fi"
  2. enablerobotstxt = true
  3. timezone = "America/New_York"
  4. titlecasestyle = "Go"
  5. [languages.en]
  6. copyright = "© Johnston-Lincoln for GMU"
  7. languagecode = "en-us"
  8. languagedirection = "ltr"
  9. languagename = "English"
  10. title = "Johnston-Lincoln for GMU"
  11. weight = 10
  12. [languages.en.params.paige.site]
  13. description = "Running to be the change YOU deserve!"
  14. [markup.goldmark.renderer]
  15. unsafe = true
  16. [markup.highlight]
  17. noclasses = false
  18. style = "github"
  19. [[module.imports]]
  20. path = "github.com/willfaught/paige"
  21. [outputs]
  22. home = ["atom", "html", "paige-search", "rss"]
  23. section = ["atom", "html", "rss"]
  24. taxonomy = ["atom", "html", "rss"]
  25. term = ["atom", "html", "rss"]
  26. [pagination]
  27. pagersize = 50
  28. #[[params.paige.feeds.atom.authors]]
  29. #email = "example@example.com"
  30. #name = "John Doe"
  31. #url = "https://example.com"
  32. #[params.paige.feeds.rss]
  33. #managing_editor = "example@example.com (John Doe)"
  34. #web_master = "example@example.com (John Doe)"
  35. [params.paige.pages]
  36. disable_authors = true
  37. disable_date = true
  38. disable_keywords = true
  39. disable_next = true
  40. disable_prev = true
  41. disable_reading_time = true
  42. disable_series = true
  43. disable_toc = true
  44. disable_word_count = true
  45. [paige.pages.base_schema]
  46. isAccessibleForFree = true
  47. isFamilyFriendly = true
  48. [params.paige.site]
  49. disable_breadcrumbs = true
  50. disable_credit = true
  51. [params.paige.subpages]
  52. disable_authors = true
  53. disable_date = true
  54. disable_keywords = true
  55. disable_reading_time = true
  56. disable_series = true
  57. disable_summary = true
  58. disable_word_count = true
  59. #[taxonomies]
  60. #author = "authors"
  61. #category = "categories"
  62. #series = "series"
  63. #tag = "tags"