소스 검색

Update archetypes (#305)

* Update archetypes to YAML

* Remove deprecated metaDataFormat

* Add Newline at the end
tags/v2.6.3
Anim Mouse 4 년 전
부모
커밋
d7b7d138c8
No account linked to committer's email address
2개의 변경된 파일8개의 추가작업 그리고 9개의 파일을 삭제
  1. 7
    7
      archetypes/default.md
  2. 1
    2
      exampleSite/config.toml

+ 7
- 7
archetypes/default.md 파일 보기

@@ -1,7 +1,7 @@
+++
title = "{{ replace .TranslationBaseName "-" " " | title }}"
date = {{ .Date }}
tags = []
featured_image = ""
description = ""
+++
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
tags: []
featured_image: ""
description: ""
---

+ 1
- 2
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

Loading…
취소
저장