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 Rhone <matthew.rhone@outlook.com>2016-12-27 03:01:15 +0300
committerMatthew Rhone <matthew.rhone@outlook.com>2016-12-27 03:01:15 +0300
commite7e7f4a8b9b9db1be0230668d307768030c808fa (patch)
tree0806b5a2222135c6defeeaf01037897f8b90e647 /config.toml
parent503cc8882ffc2ed0c8f2aaa16633066aadc15d00 (diff)
Moved config file to config.toml, since it doesn't render right in markdown.
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml19
1 files changed, 18 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index d66dcde..78b0dd0 100644
--- a/config.toml
+++ b/config.toml
@@ -7,7 +7,7 @@ baseurl=""
title="Dark Simplicity"
author="administrator"
languageCode = "en-us"
-min_version = 0.14
+min_version = 0.17
[taxonomies]
tag = "tags"
@@ -17,3 +17,20 @@ min_version = 0.14
#copyright=""
#google_analytics_id=""
#disqus_shortname=""
+
+[[menu.top]]
+ name = "About"
+ pre = ""
+ weight = -110
+ identifier = "about"
+ url = "/about/"
+[[menu.top]]
+ name = "Twitter"
+ pre = ""
+ weight = -100
+ url = "http://www.twitter.com/Username"
+[[menu.top]]
+ name = "RSS"
+ pre = ""
+ weight = -90
+ url = "index.xml"