Skip to content

Commit

Permalink
Fix: upload go.sum to resolve build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmykreee committed Dec 13, 2023
1 parent e46d73e commit d3d330b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ rafts
build-res
resources
.hugo_build.lock
go.sum
_vendor
7 changes: 4 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ baseURL = "https://blog.ohmykreee.top"
# Option 1 (recommended): adding the theme as a Hugo module
theme = "github.com/Lednerb/bilberry-hugo-theme/v4"


# Options 2 and 3: cloning/copying the theme files
# theme = "bilberry-hugo-theme/v4"

Expand All @@ -14,7 +15,7 @@ enableRobotsTXT = true
DefaultContentLanguage = "zh-cn"

# Enable / Disable Google Analytics statistics for your site
googleAnalytics = ""
# googleAnalytics = ""

# Enable / Disable comments on the articles via Disqus.
disqusShortname = ""
Expand Down Expand Up @@ -185,8 +186,8 @@ disqusShortname = ""
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
# hl_Lines = ''
# hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/Lednerb/bilberry-hugo-theme/v4 v4.2.1 h1:CVOXBzRhN+mmECQahX+fgdgKmChrxWlPdtLuSLwezDQ=
github.com/Lednerb/bilberry-hugo-theme/v4 v4.2.1/go.mod h1:EuKUIrQ8i/a2uxVuqZiUUK7FuoKsJ4UcolM1FYmLewM=

0 comments on commit d3d330b

Please sign in to comment.