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

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