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

github.com/J-Siu/hugo-theme-sk3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Siu (imacpro) <john.sd.siu@gmail.com>2020-08-27 12:07:52 +0300
committerJohn Siu (imacpro) <john.sd.siu@gmail.com>2020-08-27 12:07:52 +0300
commitb738f5ef98586185ccbd2ce2ae1696705a5c5b5a (patch)
tree9b056db73c774589fd59b23def2c9897090fbcd1
parentf6ff7d0119e9896cbf4e484fb8e9d1570213b1d1 (diff)
Enable RSS
-rw-r--r--README.md16
-rw-r--r--config.demo.toml1
-rw-r--r--config.sample.toml1
3 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index 20297e2..bf863e6 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,7 @@ Full feature Hugo theme build on top of [hugo-theme-sk2](//github.com/J-Siu/hugo
- [Testing](#testing)
- [Features](#features)
- [Layout](#layout)
+ - [Markdown Style](#markdown-style)
- [Site](#site)
- [Main Section Type](#main-section-type)
- [Table of ContentToc Open By Default](#table-of-contenttoc-open-by-default)
@@ -111,6 +112,10 @@ hugo server -D --bind :: \
### Layout
+#### Markdown Style
+
+Headline in markdown should start at level 3 (###), as site title is H1 and page title is H2.
+
#### Site
##### Main Section Type
@@ -283,6 +288,7 @@ svg_ext = true
linkedin = ""
pinterest = ""
reddit = ""
+ rss = true
tumblr = ""
twitter = ""
vimeo = ""
@@ -558,6 +564,16 @@ Social buttons provided by [Font Awesome](//github.com/FortAwesome/Font-Awesome)
- Add user-declared canonical support
- Fix footer alignment
- Update favicon instructions
+- 0.9.8
+ - Add box to current list page button
+ - Add RSS
+ - CSS cleanup
+ - Center images
+ - Fix head description
+ - Fix head title
+ - Fix html issues
+ - Homepage title larger
+ - Sticky menu button
### License
diff --git a/config.demo.toml b/config.demo.toml
index 3bf610a..048ee33 100644
--- a/config.demo.toml
+++ b/config.demo.toml
@@ -50,6 +50,7 @@ instagram = "john.sd.siu"
linkedin = "john-sing-dao-siu"
pinterest = "johnsdsiu"
reddit = "js1943"
+rss = true
stack-exchange = "1882213"
stack-overflow = "1810391"
tumblr = "jsds"
diff --git a/config.sample.toml b/config.sample.toml
index cb29fab..b0786a3 100644
--- a/config.sample.toml
+++ b/config.sample.toml
@@ -51,6 +51,7 @@ summary = true
# linkedin = ""
# pinterest = ""
# reddit = ""
+# rss = true
# stack-exchange = ""
# stack-overflow = ""
# tumblr = ""