Skip to content

Commit

Permalink
doc: update README and theme.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Cai committed Sep 12, 2020
1 parent e91f994 commit 426d1f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
Expand All @@ -19,20 +25,14 @@ 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.

## Installation

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**
Expand Down
2 changes: 1 addition & 1 deletion theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 426d1f3

Please sign in to comment.