Skip to content

Commit

Permalink
Update exampleSite
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiiiz committed Feb 16, 2021
1 parent 56c6acd commit 9d2d68f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exampleSite/content/en/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ git init
git submodule add https://github.com/kaiiiz/hugo-theme-graytr.git themes/hugo-theme-graytr
```

Then add `theme = "hugo-theme-graytr"` to your `config.toml`

### Setup Dependencies

Prepare a composite package.json file for your project. (new feature in [0.78.0](https://gohugo.io/news/0.78.0-relnotes/))
Expand Down
2 changes: 2 additions & 0 deletions exampleSite/content/zh-tw/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ git init
git submodule add https://github.com/kaiiiz/hugo-theme-graytr.git themes/hugo-theme-graytr
```

`theme = "hugo-theme-graytr"` 加到 `config.toml`

### 安裝依賴

準備專案的 package.json ([0.78.0](https://gohugo.io/news/0.78.0-relnotes/) 的新功能)
Expand Down

0 comments on commit 9d2d68f

Please sign in to comment.