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 /README.md
parent9b254334345ec3afb08a838c33a4e1cdfd6abef5 (diff)
Update readme, move config file to exampleSite.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 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.