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

github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzzossig <zzossig@gmail.com>2020-01-20 09:14:36 +0300
committerzzossig <zzossig@gmail.com>2020-01-20 09:14:36 +0300
commita9f162d126183cce43da49dc5113cda2509e4b86 (patch)
treefdbd5b34d008a88b76f52224490a3b4409987456 /archetypes
parent57e8ac5bf1e418e931596b9642883ee9c40cccfc (diff)
Showcase page added
#92 Showcase page added, nowAllowedTypesInArchive param added, archive, talks page title wrap option added
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/archive.md3
-rw-r--r--archetypes/showcase.md10
-rw-r--r--archetypes/talk.md5
3 files changed, 13 insertions, 5 deletions
diff --git a/archetypes/archive.md b/archetypes/archive.md
index 0a94027..bbc58cf 100644
--- a/archetypes/archive.md
+++ b/archetypes/archive.md
@@ -2,5 +2,6 @@
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
type: archive
-description:
+description:
+titleWrap: wrap # wrap, noWrap
---
diff --git a/archetypes/showcase.md b/archetypes/showcase.md
new file mode 100644
index 0000000..707d10d
--- /dev/null
+++ b/archetypes/showcase.md
@@ -0,0 +1,10 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+description:
+link:
+repo:
+pinned: true
+thumb:
+weight:
+--- \ No newline at end of file
diff --git a/archetypes/talk.md b/archetypes/talk.md
index 012bed7..ca638e6 100644
--- a/archetypes/talk.md
+++ b/archetypes/talk.md
@@ -9,8 +9,5 @@ series:
-
categories:
-
-links:
- - link: ""
- title: ""
- type: ""
+titleWrap: wrap # wrap, noWrap
--- \ No newline at end of file