From 9c3d6160dbf9ce9a4556d2746df4e105403e3d20 Mon Sep 17 00:00:00 2001 From: Wang Chucheng Date: Mon, 24 Jan 2022 19:35:29 -0500 Subject: fix: use the singular form of experience BREAKING CHANGES: Value `experiences` for `widget.handler` in homepage/experiences.md is deprecated. Please use `experience` instead. --- exampleSite/content/homepage/experience.md | 52 +++++++++++++++++++++++++++++ exampleSite/content/homepage/experiences.md | 52 ----------------------------- 2 files changed, 52 insertions(+), 52 deletions(-) create mode 100644 exampleSite/content/homepage/experience.md delete mode 100644 exampleSite/content/homepage/experiences.md (limited to 'exampleSite') 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 diff --git a/exampleSite/content/homepage/experiences.md b/exampleSite/content/homepage/experiences.md deleted file mode 100644 index c898ac0..0000000 --- a/exampleSite/content/homepage/experiences.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: Experiences -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: 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: - - 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 -- cgit v1.2.3