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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Laberinto <git@kimlaberinto.com>2021-02-02 13:00:58 +0300
committerGitHub <noreply@github.com>2021-02-02 13:00:58 +0300
commit44ecb9a496075b7b0cf02aba0ca7e9274bc50530 (patch)
tree79cf08719ea44beb5538f33182fb1137c1964707 /archetypes
parentd0689030a08d642336ccb63445c93197c5f83e68 (diff)
refactor: add experiences archetype (#52)
* Add experiences archetype * Update to only one item on experiences archetype
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/widgets/experiences.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/archetypes/widgets/experiences.md b/archetypes/widgets/experiences.md
new file mode 100644
index 0000000..c67f792
--- /dev/null
+++ b/archetypes/widgets/experiences.md
@@ -0,0 +1,36 @@
+---
+title: {{ replace .Name "-" " " | title }}
+draft: false
+experiences:
+ - title:
+ organization:
+ name:
+ url:
+ dates:
+ location:
+ writeup:
+
+weight:
+widget:
+ handler: experiences
+
+ # Options: sm, md, lg and xl. Default is md.
+ width: lg
+
+ sidebar:
+ # Options: left and right. Leave blank to hide.
+ position: left
+ # Options: sm, md, lg and xl. Default is md.
+ scale: md
+
+ background:
+ # Options: primary, secondary, tertiary or any valid color value. Default is primary.
+ color:
+ image:
+ # Options: auto, cover and contain. Default is auto.
+ size:
+ # Options: center, top, right, bottom, left.
+ position:
+ # Options: fixed, local, scroll.
+ attachment:
+--- \ No newline at end of file