From 426d1f3846bbba776f116913d9b81ab3deecaaac Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Sat, 12 Sep 2020 13:33:36 +0200 Subject: doc: update README and theme.toml --- README.md | 16 ++++++++-------- theme.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 537c2c4..49444d8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ ![Stack](https://i.imgur.com/qj9onpz.jpg) # Hugo Theme Stack + 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) @@ -8,9 +9,14 @@ Just another simple theme for Hugo [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 -- Full Vanilla JS +- Full Vanilla JS, without jQuery +- No CSS framework - PhotoSwipe integration - Responsive images - Lazy load images by default @@ -19,7 +25,7 @@ Just another simple theme for Hugo ## 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. @@ -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`. -## Documentation & more information - -[Wiki](https://github.com/CaiJimmy/hugo-theme-stack/wiki/) - -[中文文档](https://www.notion.so/jimmycai/Hugo-Stack-511aec5b9ed845ce9b6e3ae0bf7fb6d4) - ## Copyright **Licensed under the GNU General Public License v3.0** diff --git a/theme.toml b/theme.toml index 69192aa..d2c6946 100644 --- a/theme.toml +++ b/theme.toml @@ -4,7 +4,7 @@ name = "Stack" license = "GPL-3.0-only" 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" tags = [] features = [] -- cgit v1.2.3