From 421147b2dbc8e886273967c91f37a8ad8426e74a Mon Sep 17 00:00:00 2001 From: AnimMouse Date: Thu, 25 Jun 2020 21:46:25 +0800 Subject: [PATCH] Remove deprecated metaDataFormat --- exampleSite/config.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 9f83574..e614c16 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -4,7 +4,6 @@ languageCode = "en-us" theme = "gohugo-theme-ananke" themesDir = "../.." -MetaDataFormat = "yaml" DefaultContentLanguage = "en" SectionPagesMenu = "main" 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-" background_color_class = "bg-black" featured_image = "/images/gohugo-default-sample-hero-image.jpg" - recent_posts_number = 2 + recent_posts_number = 2 \ No newline at end of file