config.toml 249 B

1234567891011
  1. baseURL = "https://news.aimedium.org/"
  2. languageCode = "en-us"
  3. title = "算力傳媒"
  4. theme = "hugo-bootstrap-5"
  5. # paginate = 10
  6. publishDir = "/tmp/news_aimedium_org"
  7. [taxonomies]
  8. tag = 'tags'
  9. category = 'categories'
  10. [pagination]
  11. pagerSize = 10