Merge pull request #169 from saiskandapgs/main
Update README.md to use new configuration file name
This commit is contained in:
commit
4b2199f5ec
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ Inside the folder of your Hugo project, run:
|
||||||
git submodule add https://github.com/nanxiaobei/hugo-paper themes/paper
|
git submodule add https://github.com/nanxiaobei/hugo-paper themes/paper
|
||||||
```
|
```
|
||||||
|
|
||||||
Open `config.toml`, change `theme` to `"paper"`:
|
Open `config.toml` or `hugo.toml`, change `theme` to `"paper"`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
theme = "paper"
|
theme = "paper"
|
||||||
|
@ -44,7 +44,7 @@ For more information, please read the [official guide](https://gohugo.io/getting
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
||||||
Available options to `config.toml`:
|
Available options to `config.toml` or `hugo.toml`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
disqusShortname = 'YOUR_DISQUS_SHORTNAME' # use disqus comments
|
disqusShortname = 'YOUR_DISQUS_SHORTNAME' # use disqus comments
|
||||||
|
|
Loading…
Reference in a new issue