update archetype templates
This commit is contained in:
parent
0af09d352a
commit
eb434b2ebe
12 changed files with 28 additions and 28 deletions
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
{{ partial "archetypes/base-meta.md" . -}}
|
||||
{{ partial "archetypes/base-meta.yml" . -}}
|
||||
|
||||
{{ partial "archetypes/base-resources.md" . -}}
|
||||
{{- partial "archetypes/base-resources.yml" . -}}
|
||||
|
||||
{{ partial "archetypes/base-taxonomies.md" . -}}
|
||||
{{- partial "archetypes/base-taxonomies.yml" . }}
|
||||
categories:
|
||||
-
|
||||
---
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
{{ partial "archetypes/base-meta.md" . -}}
|
||||
{{ partial "archetypes/base-meta.yml" . -}}
|
||||
author:
|
||||
published_in:
|
||||
|
||||
{{ partial "archetypes/base-resources.md" . -}}
|
||||
{{- partial "archetypes/base-resources.yml" . -}}
|
||||
external_links:
|
||||
-
|
||||
|
||||
{{ partial "archetypes/base-taxonomies.md" . -}}
|
||||
{{- partial "archetypes/base-taxonomies.yml" . -}}
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
{{ partial "archetypes/base-meta.md" . -}}
|
||||
{{ partial "archetypes/base-meta.yml" . -}}
|
||||
|
||||
{{ partial "archetypes/base-resources.md" . -}}
|
||||
{{- partial "archetypes/base-resources.yml" . -}}
|
||||
|
||||
# Taxonomies
|
||||
locations:
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
{{ partial "archetypes/base-meta.md" . -}}
|
||||
{{ partial "archetypes/base-meta.yml" . -}}
|
||||
expires_on:
|
||||
|
||||
{{ partial "archetypes/base-resources.md" . -}}
|
||||
{{- partial "archetypes/base-resources.yml" . -}}
|
||||
|
||||
{{ partial "archetypes/base-taxonomies.md" . }}
|
||||
{{- partial "archetypes/base-taxonomies.yml" . }}
|
||||
---
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
{{ partial "archetypes/base-meta.md" . -}}
|
||||
{{ partial "archetypes/base-meta.yml" . -}}
|
||||
end_date:
|
||||
paid:
|
||||
|
||||
{{ partial "archetypes/base-resources.md" . -}}
|
||||
{{- partial "archetypes/base-resources.yml" . -}}
|
||||
|
||||
{{ partial "archetypes/base-taxonomies.md" . -}}
|
||||
{{- partial "archetypes/base-taxonomies.yml" . -}}
|
||||
socs:
|
||||
-
|
||||
---
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
---
|
||||
{{ partial "archetypes/base-meta.md" . -}}
|
||||
{{ partial "archetypes/base-meta.yml" . -}}
|
||||
|
||||
{{ partial "archetypes/base-resources.md" . -}}
|
||||
{{- partial "archetypes/base-resources.yml" . -}}
|
||||
|
||||
{{ partial "archetypes/base-taxonomies.md" . -}}
|
||||
{{- partial "archetypes/base-taxonomies.yml" . -}}
|
||||
---
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
{{ partial "archetypes/base-meta.md" . -}}
|
||||
{{ partial "archetypes/base-meta.yml" . -}}
|
||||
published_in:
|
||||
|
||||
{{ partial "archetypes/base-resources.md" . -}}
|
||||
{{- partial "archetypes/base-resources.yml" . -}}
|
||||
external_links:
|
||||
- title: Recording
|
||||
link:
|
||||
|
||||
{{ partial "archetypes/base-taxonomies.md" . -}}
|
||||
{{- partial "archetypes/base-taxonomies.yml" . -}}
|
||||
---
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
{{ partial "archetypes/base-meta.md" . -}}
|
||||
{{ partial "archetypes/base-meta.yml" . -}}
|
||||
version: 0.0.1
|
||||
licence:
|
||||
|
||||
{{ partial "archetypes/base-resources.md" . -}}
|
||||
{{- partial "archetypes/base-resources.yml" . }}
|
||||
internal_links:
|
||||
- title: Code repository
|
||||
link: {{ .Site.Params.codeURL }}/Rumperuu/{{ .Name | title }}
|
||||
|
||||
{{ partial "archetypes/base-taxonomies.md" . -}}
|
||||
{{ partial "archetypes/base-taxonomies.yml" . -}}
|
||||
---
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
{{ partial "archetypes/base-meta.md" . -}}
|
||||
{{ partial "archetypes/base-meta.yml" . -}}
|
||||
version: 0.0.1
|
||||
licence:
|
||||
|
||||
{{ partial "archetypes/base-resources.md" . -}}
|
||||
{{ partial "archetypes/base-resources.yml" . }}
|
||||
internal_links:
|
||||
- title: Code repository
|
||||
link: {{ .Site.Params.codeURL }}/Rumperuu/{{ .Name | title }}
|
||||
|
@ -11,5 +11,5 @@ external_links:
|
|||
- title: Web site
|
||||
link:
|
||||
|
||||
{{ partial "archetypes/base-taxonomies.md" . -}}
|
||||
{{ partial "archetypes/base-taxonomies.yml" . }}
|
||||
---
|
||||
|
|
|
@ -4,3 +4,4 @@ subtitle:
|
|||
summary:
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
|
|
@ -6,3 +6,4 @@ resources:
|
|||
params:
|
||||
alt:
|
||||
attr:
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue