12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- baseURL = "http://localhost:1313/"
- languageCode = "en-us"
- title = "Hugo LAMP"
- theme = "hugo-lamp"
- googleAnalytics = "UA-XXX-X"
- [params]
- mainSections = ["posts"]
- subtitle = "Light responsive AMP theme"
- author = "Huy Nguyen"
- logo = "/img/avatar.jpg"
- description = "A light responsive Hugo AMP theme for blogger"
- paginate = 10
-
-
- adsenseSlot = "XXX"
- adsenseSlotSticky = "XXX"
-
- seotitle = "Hugo Blog Title (SEO Version)"
- googleSiteVerification = "google_site_verification_code"
- msValidate = "bing_site_verification_code"
-
- email = "name@domain.com"
- github = "huyb1991"
- twitter = "twitter_username"
- linkedin = "linkedin_username"
- facebook = "facebook_username"
- google = "googleplus_id_number"
- instagram = "instagram_username"
- youtube = "youtube_username"
- dribbble = "dribbble_username"
- reddit = "reddit_username"
- [taxonomies]
- tag = "tags"
- category = "categories"
- [[menu.main]]
- name = "Hugo"
- weight = 1
- identifier = "hugo"
- url = "/hugo/"
- [[menu.main]]
- name = "AMP Project"
- weight = 2
- identifier = "amp"
- url = "/amp/"
- [[menu.main]]
- name = "Tags"
- weight = 3
- identifier = "tags"
- url = "/tags/"
|