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

github.com/pavel-pi/kiss-em.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmir Ribic <ribice@gmail.com>2017-10-24 00:02:18 +0300
committerEmir Ribic <ribice@gmail.com>2017-10-24 00:02:18 +0300
commita6a8b8eea14522ef356c5a83cfc8a8fb2dc2b4f8 (patch)
treedad3a20b01adf0074019f83f22a609bd513f41db /README.md
parent8525ca8c2a50b12dd6263b65f4aecb694d5d010c (diff)
Update README.MD
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 5 insertions, 9 deletions
diff --git a/README.md b/README.md
index 75531ef..e3c3ee8 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
# Kiss
-Kiss is a really minimal blog theme for Hugo. It's a fork of [Hemingway theme](https://github.com/tanksuzuki/hemingway) - [read why](https://ribice.ba/hugo-kiss).
+![](https://www.ribice.ba/img/2/hugo-kiss.png)
-![](https://github.com/tanksuzuki/ribice/blob/master/images/bck.png)
+Kiss is a stupidly simple blog theme for Hugo. It's a fork of [Hemingway theme](https://github.com/tanksuzuki/hemingway) - [read why](https://www.ribice.ba/blog/hugo-kiss/).
+
+![](https://github.com/ribice/kiss/blob/master/images/screenshot.png)
## Getting Started
@@ -93,19 +95,13 @@ To align images, add #c for center, #r/l for right/left.
## Single Page Configuration
-```toml
+```
tags: ["Android", "Apple", "iPhone"] # Adds tags to the post
cover: https://example.com/img/1/image.jpg # Cover used for OpenGraph and Twitter Cards
adsenseTop: true # If adsense property is set (params.info.adsense) include an ad above content
adsenseBottom: true # If adsense property is set (params.info.adsense) include an ad below content
```
-## ToDo
-
-- [ ] Add support for multiple authors
-- [ ] Add documentation to exampleSite
-- [ ] Add sorting for social buttons
-
## Build
```