mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
doc: update README and theme.toml
This commit is contained in:
parent
e91f99421a
commit
426d1f3846
2 changed files with 9 additions and 9 deletions
16
README.md
16
README.md
|
@ -1,5 +1,6 @@
|
||||||
![Stack](https://i.imgur.com/qj9onpz.jpg)
|
![Stack](https://i.imgur.com/qj9onpz.jpg)
|
||||||
# Hugo Theme Stack
|
# Hugo Theme Stack
|
||||||
|
|
||||||
Just another simple theme for Hugo
|
Just another simple theme for Hugo
|
||||||
|
|
||||||
[![Netlify Status](https://api.netlify.com/api/v1/badges/a2d2807a-a905-4bcb-97da-8da8d847da3d/deploy-status)](https://app.netlify.com/sites/hugo-theme-stack/deploys)
|
[![Netlify Status](https://api.netlify.com/api/v1/badges/a2d2807a-a905-4bcb-97da-8da8d847da3d/deploy-status)](https://app.netlify.com/sites/hugo-theme-stack/deploys)
|
||||||
|
@ -8,9 +9,14 @@ Just another simple theme for Hugo
|
||||||
|
|
||||||
[Example Site](https://theme-stack.jimmycai.com/)
|
[Example Site](https://theme-stack.jimmycai.com/)
|
||||||
|
|
||||||
|
## Documentation & more information
|
||||||
|
|
||||||
|
[Documentation](https://www.notion.so/jimmycai/Hugo-Theme-Stack-511aec5b9ed845ce9b6e3ae0bf7fb6d4) | [中文文档](https://www.notion.so/jimmycai/Hugo-Stack-511aec5b9ed845ce9b6e3ae0bf7fb6d4)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Full Vanilla JS
|
- Full Vanilla JS, without jQuery
|
||||||
|
- No CSS framework
|
||||||
- PhotoSwipe integration
|
- PhotoSwipe integration
|
||||||
- Responsive images
|
- Responsive images
|
||||||
- Lazy load images by default
|
- Lazy load images by default
|
||||||
|
@ -19,7 +25,7 @@ Just another simple theme for Hugo
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- Hugo extended >= 0.74
|
- **Hugo extended >= 0.74**
|
||||||
|
|
||||||
It's built and tested on version 0.74, might not work correctly on older versions of Hugo.
|
It's built and tested on version 0.74, might not work correctly on older versions of Hugo.
|
||||||
|
|
||||||
|
@ -27,12 +33,6 @@ It's built and tested on version 0.74, might not work correctly on older version
|
||||||
|
|
||||||
Clone / Download this repository to `theme` folder, and edit your site config following `exampleSite/config.toml`.
|
Clone / Download this repository to `theme` folder, and edit your site config following `exampleSite/config.toml`.
|
||||||
|
|
||||||
## Documentation & more information
|
|
||||||
|
|
||||||
[Wiki](https://github.com/CaiJimmy/hugo-theme-stack/wiki/)
|
|
||||||
|
|
||||||
[中文文档](https://www.notion.so/jimmycai/Hugo-Stack-511aec5b9ed845ce9b6e3ae0bf7fb6d4)
|
|
||||||
|
|
||||||
## Copyright
|
## Copyright
|
||||||
|
|
||||||
**Licensed under the GNU General Public License v3.0**
|
**Licensed under the GNU General Public License v3.0**
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
name = "Stack"
|
name = "Stack"
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
licenselink = "https://github.com/CaiJimmy/hugo-theme-stack/blob/master/LICENSE"
|
licenselink = "https://github.com/CaiJimmy/hugo-theme-stack/blob/master/LICENSE"
|
||||||
description = ""
|
description = "Just another simple Hugo theme"
|
||||||
homepage = "https://blog.jimmycai.com/p/hugo-theme-stack"
|
homepage = "https://blog.jimmycai.com/p/hugo-theme-stack"
|
||||||
tags = []
|
tags = []
|
||||||
features = []
|
features = []
|
||||||
|
|
Loading…
Reference in a new issue