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

github.com/jrutheiser/hugo-lithium-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Rutheiser <jonathan.rutheiser@gmail.com>2016-05-22 06:41:25 +0300
committerJonathan Rutheiser <jonathan.rutheiser@gmail.com>2016-05-22 06:41:25 +0300
commit4bc7e6ffd3fa45f6d3a28cb744ff900ed11512c5 (patch)
treef4d4552f64cee7339aee5dfe8a5ce103bae13389
parent2d5b56d15d91d05f8e0b07ce227b1787316a3a21 (diff)
Add disqusShortname to config.toml
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 9ffd14e..011d664 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -3,6 +3,7 @@ languageCode = "en-us"
title = "Lithium Theme"
theme = "hugo-lithium-theme"
googleAnalytics = ""
+disqusShortname = ""
[permalinks]
post = "/:year/:month/:day/:title/"