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

github.com/tastaturtier/someparts-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro Leuchter <sandro.leuchter@dama.io>2020-02-12 17:21:46 +0300
committerSandro Leuchter <sandro.leuchter@dama.io>2020-02-12 17:21:46 +0300
commitc1710b1f7f96b3311461ab9b7bb4dba194e3ad80 (patch)
treecb143ea86de3cf2cbee96ca83b2545e93facfed0
parentf7ebaf7c68837103a80459497fc4b14928a6b03c (diff)
initial
-rw-r--r--archetypes/part/_index.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/archetypes/part/_index.md b/archetypes/part/_index.md
new file mode 100644
index 0000000..ecf1141
--- /dev/null
+++ b/archetypes/part/_index.md
@@ -0,0 +1,16 @@
+---
+type: part
+date: {{ .Date }}
+id: part
+title: "{{ replace .Name "-" " " | title }}"
+weight: 0
+keywords: ...
+description: ...
+link:
+ url: https://example.com/
+ linktext: example.com
+cover:
+ img: xyz.jpg
+---
+
+... \ No newline at end of file