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

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'archetypes/section.md')
-rw-r--r--archetypes/section.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/archetypes/section.md b/archetypes/section.md
new file mode 100644
index 0000000..56d6d50
--- /dev/null
+++ b/archetypes/section.md
@@ -0,0 +1,12 @@
+---
+title: "<SECTION_NAME>"
+#showsections: <BOOL> #default: true
+sections_title: "<SUBSECTIONS_TYPE>"
+#sections_order: "<METADATA_FIELD>" #default: "title"
+#sections_order_reverse: <BOOL> #default: false
+#showposts: <BOOL> #default: true
+posts_title: "<POSTS_TYPE>"
+#posts_order: "<METADATA_FIELD>" #default: "date"
+#posts_order_reverse: <BOOL> #default: true
+#showbrothers: <BOOL> #default: true
+---