Skip to content

Commit aa17546

Browse files
committed
rename config.toml to hugo.toml
1 parent 63ce9f9 commit aa17546

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

config.toml renamed to hugo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
baseURL = "https://git-compendium.info/simple-blog/"
2-
languageCode = "de"
3-
title = "Simple Blog"
4-
theme = "beautifulhugo"
1+
baseURL = 'https://example.org/'
2+
languageCode = 'en-us'
3+
title = 'My New Hugo Site'
54

65
[Params]
76
# homeTitle = "Beautiful Hugo Theme" # Set a different text for the header on the home page

0 commit comments

Comments
 (0)