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

github.com/aerohub/hugo-identity-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Grosser <development@stp-ip.net>2017-04-11 22:35:15 +0300
committerMichael Grosser <development@stp-ip.net>2017-04-11 22:35:15 +0300
commit671909244188a1d1e5d7aecfe8e024d9ef9d364b (patch)
treea37d93640354126eae5f18d1e9ce41e2efdad115
parent5c08380150d540e14d8f708cab0e206edb94160d (diff)
Make example site standalone for better development
-rw-r--r--exampleSite/config.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c6681de..a37163d 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,8 +1,9 @@
# Site settings
baseurl = "http://example.org" #without ending slash
languageCode = "en-us"
-theme = "hugo-identity-theme"
title = "Hugo Identity Theme"
+theme = "hugo-identity-theme"
+themesDir = "../.."
# Enter your tracking code to enable Google Analytics
googleAnalytics = "UA-XXXXX-Y"