Skip to content

Commit

Permalink
📝 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ice-Hazymoon committed Sep 25, 2022
1 parent c760df8 commit 72f51c5
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.100.2'
hugo-version: '0.104.0'
extended: true

- name: Build Hugo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.100.2'
hugo-version: '0.104.0'
extended: true

- name: Build Hugo
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@

### - Requirements

- **hugo-extended** >= 0.97.0
- **NodeJs**
- **hugo-extended** >= 0.104.0
- **NodeJs** >= 16.0.0
- **postcss-cli**, Install using `npm install postcss-cli -g`

For more information about Hugo's functionality, check [documentation of Hugo](https://gohugo.io/documentation/).
Expand Down
4 changes: 2 additions & 2 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@

注意,在使用该主题之前,请确保你遵循以下环境

- **hugo-extended** 版本 >= 0.97.0
- 已安装 **NodeJs**
- **hugo-extended** 版本 >= 0.104.0
- **NodeJs** >= 16.0.0
- 已安装 **postcss-cli**,使用 `npm install postcss-cli -g` 安装

第一次使用 Hugo 可以参考官方的安装手册:[https://gohugo.io/getting-started/installing/](https://gohugo.io/getting-started/installing/)
Expand Down
72 changes: 36 additions & 36 deletions theme.toml
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
name = "Luna"
license = "GPL V3.0"
licenselink = "https://github.com/Ice-Hazymoon/hugo-theme-luna/blob/master/LICENSE"
description = "A simple, performance-first, SEO-friendly Hugo theme"
homepage = "https://github.com/Ice-Hazymoon/hugo-theme-luna"
demosite = "https://hugo-theme-luna.imiku.me"
tags = [
"blog",
"responsive",
"minimal",
"personal",
"light",
"dark",
"gallery",
"archive",
"tailwind",
"search",
"multilingual"
]
features = [
"blog",
"responsive",
"minimal",
"personal",
"light",
"dark",
"gallery",
"tailwind",
"search",
"multilingual"
]
min_version = "0.97.0"

[author]
name = "Ice-Hazymoon"
homepage = "https://imiku.me"
name = "Luna"
license = "GPL V3.0"
licenselink = "https://github.com/Ice-Hazymoon/hugo-theme-luna/blob/master/LICENSE"
description = "A simple, performance-first, SEO-friendly Hugo theme"
homepage = "https://github.com/Ice-Hazymoon/hugo-theme-luna"
demosite = "https://hugo-theme-luna.imiku.me"
tags = [
"blog",
"responsive",
"minimal",
"personal",
"light",
"dark",
"gallery",
"archive",
"tailwind",
"search",
"multilingual"
]
features = [
"blog",
"responsive",
"minimal",
"personal",
"light",
"dark",
"gallery",
"tailwind",
"search",
"multilingual"
]
min_version = "0.104.0"

[author]
name = "Ice-Hazymoon"
homepage = "https://imiku.me"

0 comments on commit 72f51c5

Please sign in to comment.