Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

7 роки тому
7 роки тому
7 роки тому
7 роки тому
7 роки тому
123456789101112131415161718192021222324252627
  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"
  24. featured_image = "/images/gohugo-default-sample-hero-image.jpg"