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

github.com/J-Siu/hugo-theme-sk2.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-07-03 07:41:39 +0300
committerJohn Siu (imacpro) <john.sd.siu@gmail.com>2020-07-03 07:41:39 +0300
commit333ceb7115f1c6c4f76b07588e23ea368507b843 (patch)
tree12ebcf5cb51e0ca1eaaa756d975ddeccbc344ad1 /README.md
parent810ecee6d28ebc6eed5d858bfa54246315017437 (diff)
README.md - 1.0.11.0.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md42
1 files changed, 23 insertions, 19 deletions
diff --git a/README.md b/README.md
index fddca33..baf68f0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
## Hugo Theme - SK2 (Skeleton 2)
-Fully functional basic Hugo theme build on top of [hugo-theme-sk1](https://github.com/J-Siu/hugo-theme-sk1).
+Fully functional basic Hugo theme with minimum css, build on top of [hugo-theme-sk1](https://github.com/J-Siu/hugo-theme-sk1).
### Demo
@@ -42,35 +42,33 @@ hugo server -D --bind :: \
--disableFastRender \
--theme sk2 \
--themesDir ../../ \
---config config.toml,../config.sk2.toml \
+--config config.toml,../config.demo.toml \
--verbose
```
### Features
-- Card list
-- Collapsible table of content
-- Copyright start year
-- Git modify date
-- Horizontal menu
-- Horizontal pagination
-- Minimum css
-- Sub-title
-- Summary
+- [x] Card list
+- [x] Collapsible table of content
+- [x] Copyright start year
+- [x] Git modify date
+- [x] Horizontal menu
+- [x] Horizontal pagination
+- [x] Minimum css
+- [x] Sub-title
+- [x] Summary
### Site Config
+`config.demo.toml`
+
```toml
baseURL = "https://sk2.jsiu.dev"
-title = "SK2"
-copyright = ""
-
-enableGitInfo = false
-relativeURLs = true
-theme = "sk2"
+theme = "sk2"
+title = "SK2"
[Params]
-maintype = "post"
+mainSections = "post"
startdate = "2012-12-02"
subtitle = "A Hugo Theme"
summary = true
@@ -88,4 +86,10 @@ toc = true
### Change Log
- 1.0.0
- - Initial Commit \ No newline at end of file
+ - Initial Commit
+- 1.0.1
+ - Add images
+ - Demo config
+ - Fix css
+ - README.md update
+ - Use site.Params.mainSections \ No newline at end of file