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

github.com/nathancday/min_night.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate <nathancday@gmail.com>2018-03-11 23:11:43 +0300
committerNate <nathancday@gmail.com>2018-03-12 02:32:58 +0300
commit46055640a3299727855e0c7803867fcc8ad362f3 (patch)
tree551a381f81c0d6446123a1635f9dcd9e134c0d52
parent2a69d5d89efde46c45817af0343eb86931e38d51 (diff)
fixed bug in config.toml
-rw-r--r--exampleSite/config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d317662..b482eff 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,8 +1,8 @@
baseURL = "/"
languageCode = "en-us"
-title = "MinNight"
+title = "Min_Night"
description = "A sleek dark-mode toggle-able Hugo theme"
-theme = "MinNight"
+theme = "min_night"
disqusShortname = ""
googleAnalytics = ""
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "public/"]