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

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramazingrise <8315221+AmazingRise@users.noreply.github.com>2019-11-26 04:15:39 +0300
committeramazingrise <8315221+AmazingRise@users.noreply.github.com>2019-11-26 04:15:39 +0300
commite1d51f94a98c42e6eb5c1e71b1adcceb765019bb (patch)
tree77500c6d444954552a676f69085ab40be194803b /README.md
parentcb5b52f628e2627acfacc7de98bbbf7552a274a5 (diff)
Selection text color.
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 17 insertions, 9 deletions
diff --git a/README.md b/README.md
index 27271e8..13bac1c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
# hugo-theme-diary
![](https://img.shields.io/badge/license-MIT-blue.svg)
+
[Live Demo](https://amazingrise.net/hugo-theme-diary/)
Original Author: [SumiMakito](https://github.com/SumiMakito)
@@ -13,7 +14,9 @@ A Hugo theme ported from [SumiMakito/hexo-theme-Journal](https://github.com/Sumi
Hereinafter referred to the original version made by SumiMakito as `the ori`.
-This theme is [under construction](https://github.com/AmazingRise/hugo-theme-diary/projects/2).
+The porting is basically finished.
+
+[And more functions are on the way.](https://github.com/AmazingRise/hugo-theme-diary/projects/3).
## Screenshots
@@ -75,9 +78,13 @@ hugo server --themesDir ../..
As for other details, please visit [the project wiki](https://github.com/amazingrise/hugo-theme-diary/wiki) for details.
-[How to change color scheme?](https://github.com/AmazingRise/hugo-theme-diary/wiki/Customization#change-color-scheme)
+[Change color scheme](https://github.com/AmazingRise/hugo-theme-diary/wiki/Customization#change-color-scheme)
+
+[Add or disable comment area](https://github.com/AmazingRise/hugo-theme-diary/wiki/Customization#add-comment-area)
-[How to add or disable comment area?](https://github.com/AmazingRise/hugo-theme-diary/wiki/Customization#add-comment-area)
+[Add Google Analytics](https://github.com/AmazingRise/hugo-theme-diary/wiki/Customization#add-google-analytics)
+
+[About sidebar and taxonomies](https://github.com/AmazingRise/hugo-theme-diary/wiki/Tag-&-Category-Index-or-Taxonomies)
### Example config
@@ -96,13 +103,14 @@ subtitle = "Themed by Diary."
enableGitalk = true
[params.gitalk]
- owner = "user"
- repo = "repo name"
- client_id = "your client id"
- client_secret = "your client secret"
+owner = "user"
+repo = "repo name"
+client_id = "your client id"
+client_secret = "your client secret"
+
[taxonomies]
- tag = "tags"
- category = "categories"
+tag = "tags"
+category = "categories"
```
## Comparison