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

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2020-09-12 14:33:36 +0300
committerJimmy Cai <jimmehcai@gmail.com>2020-09-12 14:33:36 +0300
commit426d1f3846bbba776f116913d9b81ab3deecaaac (patch)
tree04f7c90aa0a8d3bfd7f3786c82f3c379b9cb15df
parente91f99421a4012e710262e1688afa71ed695a712 (diff)
doc: update README and theme.tomlv1.0.0
-rw-r--r--README.md16
-rw-r--r--theme.toml2
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 = []