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

github.com/siegerts/hugo-theme-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Siegert <stephen.siegert@sas.com>2019-02-16 18:24:13 +0300
committerStephen Siegert <stephen.siegert@sas.com>2019-02-16 18:24:13 +0300
commit8bebeb850c7ef959d9b1675b41dd83320fa7a20d (patch)
tree0d465d5bd6bac00d0bf32039830fb5430a388c4e
parentab04e99dbc679b842696f1503cf26f9aa5be1ed7 (diff)
mods for example site deploy
-rw-r--r--exampleSite/config.toml10
1 files changed, 6 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 713d09b..b9fe68e 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,10 +1,11 @@
baseurl = "https://www.example.com"
-title = "Example Site"
+title = "Hugo Theme Basic"
theme ="hugo-theme-basic"
languageCode = "en-us"
-googleAnalytics = ""
+googleAnalytics = "UA-XXXXXXXXX-X"
enableEmoji = true
-copyright = "© 2016-19 Example Site Author"
+copyright = "© 2016-19 Hugo Theme Basic"
+description = "Basic personal site theme styled with minimal tachyons, syntax highlighting, and blog series configuration."
[taxonomies]
category = "categories"
@@ -13,7 +14,8 @@ copyright = "© 2016-19 Example Site Author"
[params]
titleEmoji = ":tada:"
- twitter = "exampleHandle"
+ # change this!
+ twitter = "siegerts"
[Permalinks]
post = "post/:slug"