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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sample-config.toml')
-rwxr-xr-xsample-config.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/sample-config.toml b/sample-config.toml
index ab48af1..5f77ded 100755
--- a/sample-config.toml
+++ b/sample-config.toml
@@ -87,9 +87,6 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the
# For example, → == right arrow.
continueReadingText = "Would you like to know more? →"
- # Google analytics code - remove if you do not have/want Google Analytics - needs JavaScript
- # googleAnalytics = "UA-XXXXX-X"
-
# Optional piwik tracking
# [params.analytics.piwik]
# URL = "https://stats.example.com"
@@ -154,6 +151,11 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the
# Site's custom favicon, this is a relative path to the `/static` directory
# favicon = "newfav.png"
+# Google analytics code - remove if you do not have/want Google
+# Analytics - needs JavaScript.
+# googleAnalytics = "G-MEASUREMENT_ID"
+
+
# Menu
# If navigationNewWindow (under [params]) is set to true then all links except root ("/") will open in a new window
# If it does not exist or is set to false then links will open in the same window