config.toml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. baseURL = "http://localhost:1313/"
  2. languageCode = "en-us"
  3. title = "Hugo LAMP"
  4. theme = "hugo-lamp"
  5. googleAnalytics = "UA-XXX-X" # Google Analytics UA number
  6. [params]
  7. mainSections = ["posts"]
  8. subtitle = "Light responsive AMP theme"
  9. author = "Huy Nguyen"
  10. logo = "/img/avatar.jpg"
  11. description = "A light responsive Hugo AMP theme for blogger"
  12. paginate = 10
  13. # Publisher
  14. ## adsensePublisher = "ca-pub-XXX" # Required if you want to include Google Adsense
  15. adsenseSlot = "XXX" # Required slot to display ads
  16. adsenseSlotSticky = "XXX" # Enables sticky ads feature, value maybe the same with adsenseSlot, remove if you don't want display sticky ads
  17. # SEO configs
  18. seotitle = "Hugo Blog Title (SEO Version)"
  19. googleSiteVerification = "google_site_verification_code" # Google Webmaster
  20. msValidate = "bing_site_verification_code" # Bing Webmaster
  21. # Social networks
  22. email = "name@domain.com"
  23. github = "huyb1991"
  24. twitter = "twitter_username"
  25. linkedin = "linkedin_username"
  26. facebook = "facebook_username"
  27. google = "googleplus_id_number"
  28. instagram = "instagram_username"
  29. youtube = "youtube_username"
  30. dribbble = "dribbble_username"
  31. reddit = "reddit_username"
  32. [taxonomies]
  33. tag = "tags"
  34. category = "categories"
  35. [[menu.main]]
  36. name = "Hugo"
  37. weight = 1
  38. identifier = "hugo"
  39. url = "/hugo/"
  40. [[menu.main]]
  41. name = "AMP Project"
  42. weight = 2
  43. identifier = "amp"
  44. url = "/amp/"
  45. [[menu.main]]
  46. name = "Tags"
  47. weight = 3
  48. identifier = "tags"
  49. url = "/tags/"