Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/huyb1991/hugo-lamp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuy Nguyen <huyb.1991@gmail.com>2018-05-31 03:16:36 +0300
committerHuy Nguyen <huyb.1991@gmail.com>2018-05-31 03:16:36 +0300
commit3da832d7698b88767cb47d68b46372414fc33738 (patch)
tree0a692aadfa26153c2d2b3a096ef3c002d1d585a1 /exampleSite
parent8a4037fb75f236aec7f3a72c67c5eed8d3391600 (diff)
Update example config
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 944010f..05881a9 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,20 +1,20 @@
-baseURL = "your_domain"
+baseURL = "http://localhost:1313/"
languageCode = "en-us"
-title = "Your site title"
+title = "Hugo LAMP"
theme = "hugo-lamp"
googleAnalytics = "UA-XXX-X" # Google Analytics UA number
[params]
subtitle = "Light responsive AMP theme"
- author = "Your name"
+ author = "Huy Nguyen"
avatar = "/img/avatar.jpg"
description = "A light responsive Hugo AMP theme for blogger"
paginate = 10
# Publisher
- adsensePublisher = "ca-pub-XXX" # Required if you want to include Google Adsense
- adsenseSlot = "XXX" # Required slot to display ads
- adsenseSlotSticky = "XXX" # Enables sticky ads feature, value maybe the same with adsenseSlot, remove if you don't want display sticky ads
+ ## adsensePublisher = "ca-pub-XXX" # Required if you want to include Google Adsense
+ adsenseSlot = "XXX" # Required slot to display ads
+ adsenseSlotSticky = "XXX" # Enables sticky ads feature, value maybe the same with adsenseSlot, remove if you don't want display sticky ads
# SEO configs
seotitle = "Hugo Blog Title (SEO Version)"
@@ -23,7 +23,7 @@ googleAnalytics = "UA-XXX-X" # Google Analytics UA number
# Social networks
email = "name@domain.com"
- github = "github_username"
+ github = "huyb1991"
twitter = "twitter_username"
linkedin = "linkedin_username"
facebook = "facebook_username"