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

123456789101112131415161718192021222324252627282930313233343536
  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. gitlab = ""
  25. linkedin = ""
  26. mastodon = ""
  27. slack = ""
  28. stackoverflow = ""
  29. rss = ""
  30. # choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
  31. background_color_class = "bg-black"
  32. featured_image = "/images/gohugo-default-sample-hero-image.jpg"
  33. recent_posts_number = 2