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 975B

12345678910111213141516171819202122232425262728293031323334353637
  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. site_logo = ""
  19. description = "The last theme you'll ever need. Maybe."
  20. facebook = ""
  21. twitter = "https://twitter.com/GoHugoIO"
  22. instagram = ""
  23. youtube = ""
  24. github = ""
  25. gitlab = ""
  26. linkedin = ""
  27. mastodon = ""
  28. slack = ""
  29. stackoverflow = ""
  30. rss = ""
  31. # choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
  32. background_color_class = "bg-black"
  33. featured_image = "/images/gohugo-default-sample-hero-image.jpg"
  34. recent_posts_number = 2