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-07-03 10:30:08 +0300
committerJohn Siu (imacpro) <john.sd.siu@gmail.com>2020-07-03 10:30:08 +0300
commit6591d7e8e6e3f6ccbf7f9706bae14e56529a1eaa (patch)
tree5798046e95c5c8c85e09dec75007cddf73ae9ace
parentba2c7997a03d28007aac07db5e93e6b29c40f76e (diff)
README.md - 0.9.20.9.2
-rw-r--r--README.md60
1 files changed, 34 insertions, 26 deletions
diff --git a/README.md b/README.md
index d1460d2..1633142 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,6 @@
## Hugo Theme - SK3 (Skeleton 3)
-Fully functional basic Hugo theme build on top of [hugo-theme-sk2](https://github.com/J-Siu/hugo-theme-sk2).
-
-Inspired by [Vimux/Binario](https://github.com/Vimux/Binario). Go check it out!
+Full feature Hugo theme build on top of [hugo-theme-sk2](https://github.com/J-Siu/hugo-theme-sk2).
---
@@ -62,8 +60,6 @@ In site directory:
### Testing
-In `exampleSite`:
-
```sh
git clone https://github.com/J-Siu/hugo-theme-sk3 sk3
cd sk3
@@ -82,27 +78,27 @@ hugo server -D --bind :: \
### Features
-- Blog
-- Disqus
-- Google Adsense
-- Google Analytics
-- Layout Customization
-- Minimalist Design
-- Responsive
-- Social Links
-- Social Share
+- [x] Blog
+- [x] Customizable
+- [x] Disqus
+- [x] Google Adsense
+- [x] Google Analytics
+- [x] Minimalist Design
+- [x] Responsive
+- [x] Social Links
+- [x] Social Share
### Layout
#### Site
-- Main type
+- Main section type
- Page `type` for generating homepage list. Hugo default `post`.
+ For generating homepage list. Hugo default to section with most entries.
```toml
[Params]
- maintype = "post"
+ mainSections = "post"
```
- Sub-title
@@ -173,7 +169,9 @@ hugo server -D --bind :: \
- Default dark theme
- Change color theme directly in `config.toml`. Following are defaults defined in CSS:
+ Change color theme directly in `config.toml`.
+
+ Default in CSS:
```toml
[Params.color]
@@ -272,10 +270,10 @@ paginate = 15
#googleAnalytics = ""
[Params]
-#maintype = "post"
-#pagewidth = "1200px"
-#startdate = "2012-12-02"
-#subtitle = "A Hugo Theme"
+#mainSections = "post"
+#pagewidth = "1200px"
+#startdate = "2012-12-02"
+#subtitle = "A Hugo Theme"
#adsense_id = ""
@@ -336,12 +334,14 @@ Social buttons provided by [Font Awesome](https://github.com/FortAwesome/Font-Aw
./fa-svg-extract.sh brands.svg > sk3-fa-brands.svg
```
+### Thank You
+
+- SK3 inspired by [Vimux/Binario](https://github.com/Vimux/Binario). Check it out too!
+
### TODO
-- Submit to Hugo theme
- - images
-- Alternative homepage template
-- Click anywhere to close menu
+- [ ] Alternative homepage template
+- [ ] Click anywhere to close menu
### Repository
@@ -385,6 +385,14 @@ Social buttons provided by [Font Awesome](https://github.com/FortAwesome/Font-Aw
- CSS clean up
- Do not render empty toc
- Fix highlight font conflict
+- 0.9.2
+ - Add images
+ - Demo config
+ - Fix css
+ - Improve menu
+ - README.md update
+ - Template .Site. -> site.
+ - Use site.Params.mainSections
### License