27
0
Fork 1
forked from mirror/Mainroad

Rename config.toml to hugo.toml

This commit is contained in:
Andreas Deininger 2025-01-12 12:59:37 +01:00
parent d1d712dadd
commit e3e7576821
4 changed files with 4 additions and 4 deletions

6
.gitignore vendored
View file

@ -18,8 +18,8 @@ Thumbs.db
.LSOverride
Desktop.ini
# dev
# dev
public/
config.toml
hugo.toml
content/
.hugo_build.lock
.hugo_build.lock

View file

@ -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"
```