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

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Stavrow <angelo@fogcreek.com>2018-10-16 01:12:08 +0300
committerAngelo Stavrow <angelo@fogcreek.com>2018-10-16 01:12:08 +0300
commit9a32d275a44edb6b30ce9dac72bf826a552bf61a (patch)
tree75755af8ff834eb51822321680bb5259b5064d6d /exampleSite
parent9fac62f074d64ecfa9fd8f679e4e69c10a8178c6 (diff)
Fix example site themev1.0.2
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 56b057a..0165b55 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -2,7 +2,7 @@ baseURL = "https://example.com/"
title = "Indigo Theme"
copyright = "Copyright © 2018, Author Name"
languageCode = "en-US"
-theme = "../.."
+theme = "indigo"
paginate = 3
[params]