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

github.com/kritoke/darksimplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew <matthew.rhone@outlook.com>2018-07-29 23:22:41 +0300
committerMatthew <matthew.rhone@outlook.com>2018-07-29 23:22:41 +0300
commit4bda260e69331b681c501fe7081c9888df10e9b3 (patch)
tree665e05a72e458e3ef885eb3d5d25a4b8962cf289 /config.toml
parente5b6e234220a2c896a733daab2c0ae570fd652e4 (diff)
Make posts and post content types render properly.v0.3.2
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml31
1 files changed, 31 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..6b3983b
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,31 @@
+languageCode = "en-us"
+title = "Dark Simplicity"
+baseurl = "http://example.org/"
+theme = "darksimplicity"
+min_version = 0.45
+contentdir = "content"
+layoutdir = "layouts"
+publishdir = "public"
+builddrafts = false
+canonifyurls = true
+
+[params]
+description = "A Dark Minimalist Theme for Hugo utilizing the Lost Grid Framework"
+copyright = "&copy Copyright 2017, 2018. Matt Rhone and Dark Simplicity."
+#google_analytics_id=""
+#disqus_shortname=""
+
+[taxonomies]
+tag = "tags"
+
+[menu]
+ [[menu.top]]
+ name = "Twitter"
+ pre = ""
+ weight = -100
+ url = "http://www.twitter.com/Username"
+ [[menu.top]]
+ name = "RSS"
+ pre = ""
+ weight = -90
+ url = "index.xml"