mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-01-23 20:14:33 +00:00
Use yaml for hugo config
This commit is contained in:
parent
84e1c7a4f4
commit
62948a59b7
|
@ -1,3 +0,0 @@
|
|||
baseURL = "http://example.org/"
|
||||
languageCode = "en-us"
|
||||
title = "My New Hugo Site"
|
12
config.yml
Normal file
12
config.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
baseURL: "http://itsdrike.com/"
|
||||
languageCode: "en-us"
|
||||
title: "ItsDrike"
|
||||
|
||||
staticDir: "static/build"
|
||||
assetDir: "static/build"
|
||||
|
||||
buildFuture: true
|
||||
|
||||
MetaDataFormat: yaml
|
||||
summaryLength: 40
|
||||
enableEmoji: true
|
Loading…
Reference in a new issue