Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

config.toml 747B

1234567891011121314151617181920212223242526
  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. description = "The last theme you'll ever need. Maybe."
  18. faceboook = ""
  19. twitter = "https://twitter.com/GoHugoIO"
  20. instagram = ""
  21. youtube = ""
  22. # choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
  23. background_color_class = "bg-black"