Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/g1eny0ung/hugo-theme-dream.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYue Yang <g1enyy0ung@gmail.com>2021-06-05 19:05:35 +0300
committerYue Yang <g1enyy0ung@gmail.com>2021-06-05 19:05:35 +0300
commite5ecbe414c6920ec88ecc9c37fc81f4ad2ce283b (patch)
tree2be61396818b879d7b97e8d213d2644a893dc85e
parent42900701d3e6303daa13ee4ec4c4fa4d7a7f72df (diff)
Update archetypes
-rw-r--r--archetypes/posts.md2
-rw-r--r--netlifyCMS/config.yml3
2 files changed, 5 insertions, 0 deletions
diff --git a/archetypes/posts.md b/archetypes/posts.md
index e9525ae..af2115c 100644
--- a/archetypes/posts.md
+++ b/archetypes/posts.md
@@ -6,6 +6,8 @@ author: Author Name
# avatar: /img/author.jpg
# authorlink: https://author.site
cover: /img/cover.jpg
+# images:
+# - /img/cover.jpg
categories:
- category1
tags:
diff --git a/netlifyCMS/config.yml b/netlifyCMS/config.yml
index cae57e9..0357638 100644
--- a/netlifyCMS/config.yml
+++ b/netlifyCMS/config.yml
@@ -27,6 +27,9 @@ collections:
- label: "Author"
name: "author"
widget: "string"
+ - label: "Author Link"
+ name: "authorlink"
+ widget: "string"
- label: "Cover"
name: "cover"
widget: "image"