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>2017-01-02 19:20:16 +0300
committerMatthew Rhone <matthew.rhone@outlook.com>2017-01-02 19:20:16 +0300
commit12b4af0dc3792988698ccd351720d2d48b18ba16 (patch)
treed1fd4b32363a673e3749e0bf06aeb8cd2e583764
parent9b254334345ec3afb08a838c33a4e1cdfd6abef5 (diff)
Update readme, move config file to exampleSite.
-rw-r--r--README.md6
-rw-r--r--exampleSite/config.toml (renamed from config.toml)31
2 files changed, 20 insertions, 17 deletions
diff --git a/README.md b/README.md
index cb5e62d..2de57eb 100644
--- a/README.md
+++ b/README.md
@@ -5,12 +5,12 @@ Dark Simplicity is a minimalist oriented theme with a dark color scheme for [Hug
## Supports the following built-in functions from Hugo:
* Menus, either add menu = "top" in the page parameters or add the proper parameters for each menu entry in your config.toml.
-* Pagination for posts type.
+* Pagination for posts type (paginates at five posts).
* Taxonomy in the form of tags.
## Supports the following parameters:
* copyright, it supports safeHtml, so you can use HTML without problems. Defaults to &copy; CurrentYear. All rights reserved.
-* description, puts a tagline like this: |sample tag line
+* description, puts a tagline like this: | sample tag line
* google_analytics_id, put your google analytics id if you use it.
* disqus_shortname, put your shortname for your disqus account if you use it.
@@ -21,4 +21,4 @@ Dark Simplicity is a minimalist oriented theme with a dark color scheme for [Hug
* Supports Google Analytics.
* Supports Disqus Comments.
-See config.toml file for example config.
+See exampleSite/config.toml file for example config.
diff --git a/config.toml b/exampleSite/config.toml
index 78b0dd0..df18718 100644
--- a/config.toml
+++ b/exampleSite/config.toml
@@ -1,35 +1,38 @@
+languageCode = "en-us"
+title = "Dark Simplicity"
+baseurl = "http://example.org/"
+theme = "darksimplicity"
+min_version = 0.18
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
builddrafts = false
canonifyurls = true
-baseurl=""
-title="Dark Simplicity"
-author="administrator"
-languageCode = "en-us"
-min_version = 0.17
-[taxonomies]
- tag = "tags"
[params]
- #description = ""
- #copyright=""
- #google_analytics_id=""
- #disqus_shortname=""
+description = "A Dark Minimalist Theme for Hugo utilizing the Lost Grid Framework"
+copyright = "&copy Copyright 2017. Matt Rhone and Dark Simplicity."
+#google_analytics_id=""
+#disqus_shortname=""
+
+
+[taxonomies]
+tag = "tags"
-[[menu.top]]
+[menu]
+ [[menu.top]]
name = "About"
pre = ""
weight = -110
identifier = "about"
url = "/about/"
-[[menu.top]]
+ [[menu.top]]
name = "Twitter"
pre = ""
weight = -100
url = "http://www.twitter.com/Username"
-[[menu.top]]
+ [[menu.top]]
name = "RSS"
pre = ""
weight = -90