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

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-03-26 16:39:10 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-03-26 19:36:34 +0300
commita94ed843c1eaff36bf535f0e6a90ca1f31cef03d (patch)
treece399127d42123242b7ffce0384a84da8b70b544 /archetypes
parent6de3b9dbf8e4b1ab933d2e0189fd561fa03b86b0 (diff)
add default params and sections archetype
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md2
-rw-r--r--archetypes/sections.md7
2 files changed, 9 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index a845151..20576c6 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,2 +1,4 @@
---
+title: "{{ replace .Name "-" " " | title }}"
+images: []
---
diff --git a/archetypes/sections.md b/archetypes/sections.md
new file mode 100644
index 0000000..3ad4bad
--- /dev/null
+++ b/archetypes/sections.md
@@ -0,0 +1,7 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+draft: true
+weight: 0
+images: []
+border-color: ""
+--- \ No newline at end of file