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

github.com/jakewies/hugo-theme-codex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Wiesler <jakewiesler@gmail.com>2020-07-04 21:05:26 +0300
committerGitHub <noreply@github.com>2020-07-04 21:05:26 +0300
commit0459931d1fd44e6bf1e8e3ffadcbbb68f568dbb9 (patch)
tree3fe947def074ca9877b420dc93ce346df5dd6992 /exampleSite
parent195f0e054614a5c69e07ceb234f2edd959ef8e0a (diff)
docs: Clean up README and config.toml (#65)
* docs: Clean up README and config.toml * refactor: update line number
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml16
1 files changed, 6 insertions, 10 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f16be02..636cd9b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,18 +1,14 @@
+# REMOVE THIS
+themesDir = "../../"
+
+# DO NOT REMOVE THIS
+theme = "hugo-theme-codex"
+
# Override these settings with your own
languageCode = "en-us"
baseURL = "https://example.org/"
copyright = "© {year}"
-# The value "hugo-theme-codex" is only to get the exampleSite
-# to work in this repo. Change to whatever name you gave the theme
-# when you added it. If you followed the README, you should have
-# added the theme using the name "codex".
-theme = "hugo-theme-codex"
-
-# REMOVE THIS!
-# This is only to get the exampleSite to work in this repo.
-themesDir = "../../"
-
# Add your Disqus shortname here.
# disqusShortname = ""