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

experience.md « homepage « content « exampleSite - github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 626698a09e00cc5f3ea63358e490810ec716b783 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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: 
---