forked from mirror/Mainroad
Merge pull request #56 from deining/hugo.toml
Rename config.toml to hugo.toml
This commit is contained in:
commit
5430794658
4 changed files with 4 additions and 4 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -18,8 +18,8 @@ Thumbs.db
|
|||
.LSOverride
|
||||
Desktop.ini
|
||||
|
||||
# dev
|
||||
# dev
|
||||
public/
|
||||
config.toml
|
||||
hugo.toml
|
||||
content/
|
||||
.hugo_build.lock
|
||||
.hugo_build.lock
|
||||
|
|
|
@ -30,7 +30,7 @@ Or as a submodule:
|
|||
```
|
||||
git submodule add https://github.com/mansoorbarri/roadster.git themes/roadster
|
||||
```
|
||||
4. Add to your `config.toml`:
|
||||
4. Add to your `hugo.toml`:
|
||||
```
|
||||
theme = "roadster"
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue