mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 09:12:47 +00:00
Update README.md
This commit is contained in:
parent
a7f88bb583
commit
a96c701afa
15
README.md
15
README.md
@ -51,12 +51,17 @@ This theme uses the "Tachyons" CSS library. This will allow you to manipulate th
|
||||
|
||||
### As a Hugo Module (recommended)
|
||||
|
||||
Simply add the repo to your theme option:
|
||||
1. Initiate the hugo module system:
|
||||
|
||||
```yaml
|
||||
theme:
|
||||
- github.com/theNewDynamic/gohugo-theme-ananke
|
||||
```
|
||||
```
|
||||
$ hugo mod init github.com/<your_user>/<your_project>
|
||||
```
|
||||
|
||||
2. Add the theme in your `config.toml`:
|
||||
|
||||
```toml
|
||||
theme = ["github.com/theNewDynamic/gohugo-theme-ananke"]
|
||||
```
|
||||
|
||||
### As Git Submodule
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user