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-02-10 03:35:43 +0300
committerzzossig <zzossig@gmail.com>2020-02-10 03:35:43 +0300
commit72d74b251ed166bd113b1665c7cd660ef26fc75d (patch)
tree1451d43292098beb0df8a3901c57e389b901267e /archetypes
parent5b5be5dc89f6aa4cd50432a48731a43c442191c8 (diff)
[new feature] resume page initial version
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/publication.md12
-rw-r--r--archetypes/resume.md6
2 files changed, 18 insertions, 0 deletions
diff --git a/archetypes/publication.md b/archetypes/publication.md
index 8311f55..93d9d8b 100644
--- a/archetypes/publication.md
+++ b/archetypes/publication.md
@@ -1,6 +1,18 @@
---
title: "{{ replace .Name "-" " " | title }}"
+shorttitle:
date: {{ .Date }}
description:
type: publication
+authors: []
+publication:
+abstract:
+links:
+ - name:
+ link:
+ENTRYTYPE: "misc"
+enableToc: false
+enableWhoami: true
+pinned: false
+publishDate: {{ dateFormat "2006-01-02" .Date }}
---
diff --git a/archetypes/resume.md b/archetypes/resume.md
new file mode 100644
index 0000000..b08d561
--- /dev/null
+++ b/archetypes/resume.md
@@ -0,0 +1,6 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+description:
+type: resume
+---