config.toml 214 B

123456789
  1. baseURL = "https://news.aimedia.cc/"
  2. languageCode = "en-us"
  3. title = "AI Media News"
  4. theme = "hugo-bootstrap-5"
  5. paginate = 10
  6. publishDir = "/tmp/news_aimedia_cc"
  7. [taxonomies]
  8. tag = 'tags'
  9. category = 'categories'