You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.toml 883B

12345678910111213141516171819202122232425262728293031
  1. title = "Notre-Dame de Paris"
  2. baseURL = "https://example.com"
  3. languageCode = "en-us"
  4. theme = "gohugo-theme-ananke"
  5. themesDir = "../.."
  6. MetaDataFormat = "yaml"
  7. DefaultContentLanguage = "en"
  8. SectionPagesMenu = "main"
  9. Paginate = 3 # this is set low for demonstrating with dummy content. Set to a higher number
  10. googleAnalytics = ""
  11. enableRobotsTXT = true
  12. [sitemap]
  13. changefreq = "monthly"
  14. priority = 0.5
  15. filename = "sitemap.xml"
  16. [params]
  17. favicon = ""
  18. description = "The last theme you'll ever need. Maybe."
  19. facebook = ""
  20. twitter = "https://twitter.com/GoHugoIO"
  21. instagram = ""
  22. youtube = ""
  23. github = ""
  24. linkedin = ""
  25. # choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
  26. background_color_class = "bg-black"
  27. featured_image = "/images/gohugo-default-sample-hero-image.jpg"
  28. recent_posts_number = 2