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>2019-12-31 05:26:57 +0300
committerzzossig <zzossig@gmail.com>2019-12-31 05:26:57 +0300
commit747808300cce8ef21ce7590ced54b78122da6f79 (patch)
tree8845122b789999f0bbf92ea13a06d7873a58925e /archetypes
parent27e34ceb99763a30c75440c5d1ded9657a4689e3 (diff)
talks page added, social icons wrap
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/about.md6
-rw-r--r--archetypes/archive.md8
-rw-r--r--archetypes/talk.md15
3 files changed, 16 insertions, 13 deletions
diff --git a/archetypes/about.md b/archetypes/about.md
index d710c9b..c5c5220 100644
--- a/archetypes/about.md
+++ b/archetypes/about.md
@@ -3,10 +3,4 @@ title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
description:
type: about
-tags:
--
-series:
--
-categories:
--
---
diff --git a/archetypes/archive.md b/archetypes/archive.md
index a238a55..0a94027 100644
--- a/archetypes/archive.md
+++ b/archetypes/archive.md
@@ -1,12 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
-description:
type: archive
-tags:
--
-series:
--
-categories:
--
+description:
---
diff --git a/archetypes/talk.md b/archetypes/talk.md
new file mode 100644
index 0000000..05eece3
--- /dev/null
+++ b/archetypes/talk.md
@@ -0,0 +1,15 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+description:
+tags:
+-
+series:
+-
+categories:
+-
+links:
+ - link: ""
+ title: ""
+ type: ""
+--- \ No newline at end of file