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>2020-01-08 15:48:52 +0300
committeramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-01-08 15:48:52 +0300
commit04262c877158236e42e528f3b9bd7086d1b7dfb3 (patch)
tree23773c40666e1361981426fb025d056e7ac4ecce /README.md
parentbdd68b6157c042b659cfb4bf1ec32c91a7e279f3 (diff)
Sidebar updated and some small fixes.
Diffstat (limited to 'README.md')
-rw-r--r--README.md45
1 files changed, 10 insertions, 35 deletions
diff --git a/README.md b/README.md
index 13bac1c..cc05194 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,18 @@
# 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)
-
隻言片語・於此匯聚
Moments piled up.
----
A Hugo theme ported from [SumiMakito/hexo-theme-Journal](https://github.com/SumiMakito/hexo-theme-Journal/).
-Hereinafter referred to the original version made by SumiMakito as `the ori`.
-
-The porting is basically finished.
+## Links
+[Live Demo](https://amazingrise.net/hugo-theme-diary/)
+[Changelog (Progress and TODO List)](https://github.com/AmazingRise/hugo-theme-diary/projects/)
+[Customization](https://github.com/AmazingRise/hugo-theme-diary/wiki/Customization)
-[And more functions are on the way.](https://github.com/AmazingRise/hugo-theme-diary/projects/3).
+Original Author: [SumiMakito](https://github.com/SumiMakito)
## Screenshots
@@ -74,7 +70,7 @@ From the root of themes/diary/exampleSite:
```bash
hugo server --themesDir ../..
```
-## Using & Customize
+## Customization
As for other details, please visit [the project wiki](https://github.com/amazingrise/hugo-theme-diary/wiki) for details.
@@ -84,34 +80,13 @@ As for other details, please visit [the project wiki](https://github.com/amazing
[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)
+[Customize sidebar](https://github.com/AmazingRise/hugo-theme-diary/wiki/Customization#customize-sidebar)
+
### Example config
-Here is an example config. (The same as `/exampleSite/config.toml`)
-```
-baseURL = "http://example.org/"
-languageCode = "en-us"
-title = "A Hugo Site"
-copyright = "This is a customized copyright."
-
-theme = "diary"
-# googleAnalytics = "UA-123-45"
-
-[params]
-subtitle = "Themed by Diary."
-enableGitalk = true
-
-[params.gitalk]
-owner = "user"
-repo = "repo name"
-client_id = "your client id"
-client_secret = "your client secret"
-
-[taxonomies]
-tag = "tags"
-category = "categories"
-```
+See [/exampleSite/config.toml](https://github.com/AmazingRise/hugo-theme-diary/blob/master/exampleSite/config.toml)
+
## Comparison