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-06 19:41:38 +0300
committerzzossig <zzossig@gmail.com>2020-01-06 19:41:38 +0300
commit8b9ecbd47430b3017cc5e39c8f7387125892909c (patch)
treed8fe1f69ec1e6458a48fd192e84e30cacae4ac82 /archetypes
parent0bb282812b6b449428698ecac2faae3cc9a8c3d9 (diff)
jquery removed, gallery rebuilded, author front matter added,
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/author.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/archetypes/author.md b/archetypes/author.md
new file mode 100644
index 0000000..52ed374
--- /dev/null
+++ b/archetypes/author.md
@@ -0,0 +1,38 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+description:
+tags:
+-
+series:
+-
+categories:
+-
+author:
+authorEmoji: 🤖
+authorImage: "/images/whoami/avatar.jpg"
+authorDesc:
+socialOptions:
+ email: ""
+ facebook: ""
+ twitter: ""
+ github: ""
+ stack-overflow: ""
+ instagram: ""
+ google-plus: ""
+ youtube: ""
+ medium: ""
+ tumblr: ""
+ linkedin: ""
+ pinterest: ""
+ stack-exchange: ""
+ telegram: ""
+ steam: ""
+ weibo: ""
+ douban: ""
+ csdn: ""
+ zhihu: ""
+ gitlab: ""
+ mastodon: ""
+ jianshu: ""
+---