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