Change config to yml
This commit is contained in:
parent
cae45f9d1c
commit
bb6c5165e3
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
|||
baseURL = "http://example.org/"
|
||||
languageCode = "en-gb"
|
||||
title = "My New Hugo Site"
|
3
config.yml
Normal file
3
config.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
baseURL: http://example.com
|
||||
languageCode: en-gb
|
||||
title: My New Hugo Site
|
Loading…
Reference in a new issue