27
0
Fork 1
forked from mirror/Mainroad

Merge pull request from deining/hugo.toml

Rename config.toml to hugo.toml
This commit is contained in:
Mansoor Barri 2025-01-14 11:27:38 +00:00 committed by GitHub
commit 5430794658
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"
```