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:
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