Skip to content

Commit d5be310

Browse files
Axel Bockflypenguin
Axel Bock
authored andcommitted
update theme installation in readme
1 parent 83e7e64 commit d5be310

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ Some works are still in progress. See [TODOS](#todos) below.
88

99
## Install
1010

11+
### As Hugo module (preferred)
12+
13+
```toml
14+
# config.toml
15+
theme = "github.com/flypenguin/hugo-theme-cactus"
16+
```
17+
18+
Now continue with step 3 below.
19+
20+
### As git submodule
21+
1122
1. clone cactus to your hugo site's `themes` folder.
1223
```
1324
git clone https://github.com/monkeyWzr/hugo-theme-cactus.git themes/cactus

0 commit comments

Comments
 (0)