Remove deprecated metaDataFormat

This commit is contained in:
AnimMouse 2020-06-25 21:46:25 +08:00
parent 486c13d15d
commit 421147b2db
No known key found for this signature in database
GPG Key ID: 5BDD312DBA31D125

View File

@ -4,7 +4,6 @@ languageCode = "en-us"
theme = "gohugo-theme-ananke" theme = "gohugo-theme-ananke"
themesDir = "../.." themesDir = "../.."
MetaDataFormat = "yaml"
DefaultContentLanguage = "en" DefaultContentLanguage = "en"
SectionPagesMenu = "main" SectionPagesMenu = "main"
Paginate = 3 # this is set low for demonstrating with dummy content. Set to a higher number Paginate = 3 # this is set low for demonstrating with dummy content. Set to a higher number
@ -34,4 +33,4 @@ enableRobotsTXT = true
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-" # choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-black" background_color_class = "bg-black"
featured_image = "/images/gohugo-default-sample-hero-image.jpg" featured_image = "/images/gohugo-default-sample-hero-image.jpg"
recent_posts_number = 2 recent_posts_number = 2