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

github.com/zhe/hugo-theme-slim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBunker <bunker@achter.be>2015-06-07 09:29:45 +0300
committerBunker <bunker@achter.be>2015-06-07 09:29:45 +0300
commit3ab39559cfb589f4cf038ea80672bee412f967d2 (patch)
tree5dfbfabe84a3071bf9a15242907a59d0f8f11d24 /README.md
parentccdd0de582c4f36a51a05e2cb11c0a5f190cbe49 (diff)
added tags, summary or content to home page
* Added tags to homepage list view * Added Summary or content switch to homepage view * Added small separator for menu between pages and external links * Changed from useso.com to google api as according to useso.com instructions on there homepage as source for fonts — also loads a lot faster * updated README to represent changes and added functionality
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 96bc150..f47c429 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,9 @@ You could add `params` into your site's `config.toml` file:
GithubID = "Your Github ID"
TwitterID = "Your Twitter ID"
AnalyticsID = "Your Google Analytics tracking code"
+ Summary = true # takes true or false
+ Content = false # takes true or false
+ # if both are set to true, summary is shown.
```
if you use `config.yaml`, it could look like:
@@ -35,6 +38,9 @@ params:
GithubID: "Your Github ID"
TwitterID: "Your Twitter ID"
AnalyticsID: "Your Google Analytics tracking code"
+ Summary: true # takes true or false
+ Content: false # takes true or false
+ # if both are set to true, summary is shown
```
## Build your site