Skip to content

Commit

Permalink
chore: upgrade to Eureka 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 27, 2022
1 parent 74fc261 commit 8f3e28b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,25 @@ titleSeparator:
# Options: auto, light and dark. Default is auto.
colorScheme:

# Colors and fonts. Default style is data/styles/default.yaml/
style:

# E.g. Person, Organization, LocalBusiness, Project, EducationalOrganization
siteType: Person
icon: images/icon.png
publisherName: C. Wang
publisherName: WANG Chucheng
publisherLogo:

highlight:
handler: highlightjs

highlightjs:
# highlight.js doesn't bundle every language. So please specify additional languages you want here.
# See https://github.com/highlightjs/cdn-release/tree/master/build/languages for available languages.
# See https://github.com/highlightjs/cdn-release/tree/main/build/languages for available languages.
languages:
- dart
# See https://github.com/highlightjs/cdn-release/tree/master/build/styles for available styles.
style: solarized-light
# See https://github.com/highlightjs/cdn-release/tree/main/build/styles for available styles.
style: base16/solarized-light

math:
handler: katex
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/wangchucheng/hugo-eureka-starters

go 1.16

require wangchucheng.com/hugo-eureka v0.9.1 // indirect
require wangchucheng.com/hugo-eureka v0.9.2 // indirect
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
wangchucheng.com/hugo-eureka v0.9.1 h1:D+j0ARWQQMVOpqB8UpDPHHhubt27SL7PuOHQ6wvriCE=
wangchucheng.com/hugo-eureka v0.9.1/go.mod h1:vz1B81+UwcYXu6uOJ3aCt4PPa5gikq3OxLlqpjBnHDY=
wangchucheng.com/hugo-eureka v0.9.2 h1:CUeWzCNEU1n4bO5RoNoZNy6yyJ7qmO5Y3XFni5mxpxU=
wangchucheng.com/hugo-eureka v0.9.2/go.mod h1:vz1B81+UwcYXu6uOJ3aCt4PPa5gikq3OxLlqpjBnHDY=

0 comments on commit 8f3e28b

Please sign in to comment.