changelog added
This commit is contained in:
@@ -11,6 +11,9 @@ media_folder: static/images
|
|||||||
public_folder: /images
|
public_folder: /images
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
|
# --------------------------------------------------
|
||||||
|
# NL – Site pagina's (Hugo: content/dutch/_index.md)
|
||||||
|
# --------------------------------------------------
|
||||||
- name: "nl_site"
|
- name: "nl_site"
|
||||||
label: "NL – Site-pagina's"
|
label: "NL – Site-pagina's"
|
||||||
label_singular: "Site-pagina"
|
label_singular: "Site-pagina"
|
||||||
@@ -97,6 +100,9 @@ collections:
|
|||||||
- { label: "Sectienaam (Hugo page)", name: "section", widget: "string", required: false }
|
- { label: "Sectienaam (Hugo page)", name: "section", widget: "string", required: false }
|
||||||
- { label: "Aantal items tonen", name: "show_items", widget: "number", required: false }
|
- { label: "Aantal items tonen", name: "show_items", widget: "number", required: false }
|
||||||
|
|
||||||
|
# --------------------------------------------------
|
||||||
|
# Nieuws-berichten (Hugo: content/dutch/nieuws/)
|
||||||
|
# --------------------------------------------------
|
||||||
- name: "nieuws"
|
- name: "nieuws"
|
||||||
label: "Nieuws"
|
label: "Nieuws"
|
||||||
label_singular: "Nieuwsbericht"
|
label_singular: "Nieuwsbericht"
|
||||||
@@ -130,6 +136,9 @@ collections:
|
|||||||
default: "post"
|
default: "post"
|
||||||
- { label: "Body", name: "body", widget: "markdown" }
|
- { label: "Body", name: "body", widget: "markdown" }
|
||||||
|
|
||||||
|
# --------------------------------------------------
|
||||||
|
# Changelog (Hugo: content/dutch/changelog/)
|
||||||
|
# --------------------------------------------------
|
||||||
- name: "changelog"
|
- name: "changelog"
|
||||||
label: "Changelog"
|
label: "Changelog"
|
||||||
folder: "content/dutch/changelog"
|
folder: "content/dutch/changelog"
|
||||||
|
|||||||
Reference in New Issue
Block a user