Skip to content

Commit

Permalink
docs: Add Customize Theme section
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored May 20, 2020
1 parent 5d1d813 commit 6bf3728
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,21 +109,21 @@ hugo server



## Hugo Modules
## Customize Theme

Get and Update.
TBW.

```sh
hugo mod get -u github.com/peaceiris/hugo-theme-iris
```
### config

`config/_default/config.yaml`
### content

```yaml
module:
imports:
- path: github.com/peaceiris/hugo-theme-iris
```
### assets

### data

### i18n

### static



Expand All @@ -142,6 +142,10 @@ The following actions are useful to deploy your site to GitHub Pages using GitHu
- [peaceiris/actions-hugo: GitHub Actions for Hugo](https://github.com/peaceiris/actions-hugo)
- [peaceiris/actions-gh-pages: GitHub Actions for GitHub Pages](https://github.com/peaceiris/actions-gh-pages)

```yaml
# An example workflow: TBW
```



## Shortcodes
Expand Down

0 comments on commit 6bf3728

Please sign in to comment.