Skip to content

Commit

Permalink
chore: upgrade to Eureka 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 28, 2022
1 parent 402c90c commit f0ee63d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
11 changes: 6 additions & 5 deletions config/_default/config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
baseURL: /
title: Eureka Demo

# Comment when installing using Hugo Modules
# Uncomment when not installing with Hugo Modules
# theme: eureka
# Uncomment when installing using Hugo Modules
theme: github.com/wangchucheng/hugo-eureka
# Comment when not installing with Hugo Modules
theme: wangchucheng.com/hugo-eureka
# If you cannot access the Github mirror, you can also use the Gitee mirror: gitee.com/wangchucheng/hugo-eureka

paginate: 3
copyright: >
&copy; 2021 <a href="https://www.wangchucheng.com/">C. Wang</a> and <a
href="https://www.ruiqima.com/">R. Ma</a>
&copy; 2021 <a href="https://www.wangchucheng.com/">WANG Chucheng</a> and <a
href="https://www.ruiqima.com/">MA Ruiqi</a>
enableEmoji: true
enableGitInfo: false
summaryLength: 75
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Experiences
title: Experience
draft: false
experiences:
- title: Example Role 1
Expand Down Expand Up @@ -28,7 +28,7 @@ experiences:
weight: 3
widget:
handler: experiences
handler: experience

# Options: sm, md, lg and xl. Default is md.
width: lg
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ module github.com/wangchucheng/hugo-eureka-starters

go 1.16

require github.com/wangchucheng/hugo-eureka v0.8.3 // indirect
require (
wangchucheng.com/hugo-eureka v0.9.0 // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +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=

0 comments on commit f0ee63d

Please sign in to comment.