Use yaml for hugo config

This commit is contained in:
ItsDrike 2021-08-25 10:50:37 +02:00
parent 84e1c7a4f4
commit 62948a59b7
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
2 changed files with 12 additions and 3 deletions

View file

@ -1,3 +0,0 @@
baseURL = "http://example.org/"
languageCode = "en-us"
title = "My New Hugo Site"

12
config.yml Normal file
View 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