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:
authorWang Chucheng <me@wangchucheng.com>2022-01-25 03:35:29 +0300
committerWang Chucheng <me@wangchucheng.com>2022-01-25 03:35:29 +0300
commit9c3d6160dbf9ce9a4556d2746df4e105403e3d20 (patch)
treedfdf60f480f4e72bea3811e78d3e16c988572132 /exampleSite/content/homepage/experience.md
parentfc415d402af2d1de54c9bb6ec77f1515ca957355 (diff)
fix: use the singular form of experience
BREAKING CHANGES: Value `experiences` for `widget.handler` in homepage/experiences.md is deprecated. Please use `experience` instead.
Diffstat (limited to 'exampleSite/content/homepage/experience.md')
-rw-r--r--exampleSite/content/homepage/experience.md52
1 files changed, 52 insertions, 0 deletions
diff --git a/exampleSite/content/homepage/experience.md b/exampleSite/content/homepage/experience.md
new file mode 100644
index 0000000..626698a
--- /dev/null
+++ b/exampleSite/content/homepage/experience.md
@@ -0,0 +1,52 @@
+---
+title: Experience
+draft: false
+experiences:
+ - title: Example Role 1
+ organization:
+ name: Example Organization 1
+ url: https://example.org
+ dates: '2019 - Present'
+ location: Country
+ writeup: >
+ Donec scelerisque egestas augue at tempor. Fusce faucibus magna in.
+
+ - Suspendisse lacinia mauris a laoreet vehicula.
+
+ - Aenean tincidunt enim vitae ante blandit tempor.
+
+ - Nam tincidunt diam quis lorem rutrum ullamcorper.
+
+ - title: Example Role 2
+ organization:
+ name: Example Organization 2
+ url: https://example.org
+ dates: '2017 - 2019'
+ location: Country
+ writeup: >
+ **Aliquam** at **rutrum** ante. In sed quam faucibus.
+
+weight: 3
+widget:
+ handler: experience
+
+ # 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:
+
+ 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