From 74fc2616adf8817fdd6204a618e517f455ddf12e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 04:53:59 +0000 Subject: [PATCH] chore: upgrade to Eureka 0.9.1 --- content/homepage/experience.md | 12 ++++++------ go.mod | 4 +--- go.sum | 4 ++-- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/content/homepage/experience.md b/content/homepage/experience.md index 626698a..66db55c 100644 --- a/content/homepage/experience.md +++ b/content/homepage/experience.md @@ -6,7 +6,7 @@ experiences: organization: name: Example Organization 1 url: https://example.org - dates: '2019 - Present' + dates: "2019 - Present" location: Country writeup: > Donec scelerisque egestas augue at tempor. Fusce faucibus magna in. @@ -16,12 +16,12 @@ experiences: - 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' + dates: "2017 - 2019" location: Country writeup: > **Aliquam** at **rutrum** ante. In sed quam faucibus. @@ -38,7 +38,7 @@ widget: 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: @@ -48,5 +48,5 @@ widget: # Options: center, top, right, bottom, left. position: # Options: fixed, local, scroll. - attachment: ---- \ No newline at end of file + attachment: +--- diff --git a/go.mod b/go.mod index a61d6be..8d6b8c5 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,4 @@ module github.com/wangchucheng/hugo-eureka-starters go 1.16 -require ( - wangchucheng.com/hugo-eureka v0.9.0 // indirect -) +require wangchucheng.com/hugo-eureka v0.9.1 // indirect diff --git a/go.sum b/go.sum index 2de5faf..ac79b79 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -wangchucheng.com/hugo-eureka v0.9.0 h1:Fw7YmYdzCPOkxNOq1vW9+uzPeKAydZZBHZg4DX+A3fU= -wangchucheng.com/hugo-eureka v0.9.0/go.mod h1:ldj7VHYXeNEnMDom+qe4ZwOP8BJkD+Rj+Uum6WTgGCA= +wangchucheng.com/hugo-eureka v0.9.1 h1:D+j0ARWQQMVOpqB8UpDPHHhubt27SL7PuOHQ6wvriCE= +wangchucheng.com/hugo-eureka v0.9.1/go.mod h1:vz1B81+UwcYXu6uOJ3aCt4PPa5gikq3OxLlqpjBnHDY=