Skip to content

Commit

Permalink
Update archetypes (theNewDynamic#305)
Browse files Browse the repository at this point in the history
* Update archetypes to YAML

* Remove deprecated metaDataFormat

* Add Newline at the end
  • Loading branch information
AnimMouse authored and Remicck committed Mar 7, 2022
1 parent 56852c1 commit 51bfa2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
14 changes: 7 additions & 7 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "{{ replace .TranslationBaseName "-" " " | title }}"
date = {{ .Date }}
tags = []
featured_image = ""
description = ""
+++
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
tags: []
featured_image: ""
description: ""
---
3 changes: 1 addition & 2 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 51bfa2f

Please sign in to comment.