Skip to content

Commit

Permalink
modules: update - get HLJS & Mermaid dark theming fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gcushen committed Dec 19, 2020
1 parent dc6940c commit 4cfe83a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion exampleSite/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/wowchemy/starter-academic/exampleSite

go 1.15

require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201216152842-69856326c6b7 // indirect
require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201219231016-5b7f5daa5b77 // indirect
4 changes: 2 additions & 2 deletions exampleSite/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201216152842-69856326c6b7 h1:3bKBC07vhtZFxrHRNYVsEnG0GWOS/lHxNZJ5j7g8QDA=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201216152842-69856326c6b7/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201219231016-5b7f5daa5b77 h1:8nr5HEIkId/Mne8oo30/FJHJW1q6TGTo9JmJpXiMgAw=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201219231016-5b7f5daa5b77/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/wowchemy/starter-academic
go 1.15

require (
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201216152842-69856326c6b7 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201216152842-69856326c6b7
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201219231016-5b7f5daa5b77 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201219231016-5b7f5daa5b77
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201216152842-69856326c6b7 h1:/BGvJxscVoCBOpxP1ojZl2pbv6kgV2c8PH2gqX5xrhA=
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201216152842-69856326c6b7/go.mod h1:TU3QDPUdBSQnvDP5QVCwjAkBIdVMS/bKFA8jr3eI5AY=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201216152842-69856326c6b7 h1:3bKBC07vhtZFxrHRNYVsEnG0GWOS/lHxNZJ5j7g8QDA=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201216152842-69856326c6b7/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201219231016-5b7f5daa5b77 h1:CbrS8Qsz1oGWl3jr178T/65DBlJiZEIC1jpQujKNweE=
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201219231016-5b7f5daa5b77/go.mod h1:TU3QDPUdBSQnvDP5QVCwjAkBIdVMS/bKFA8jr3eI5AY=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201219231016-5b7f5daa5b77 h1:8nr5HEIkId/Mne8oo30/FJHJW1q6TGTo9JmJpXiMgAw=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201219231016-5b7f5daa5b77/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
publish = "public"

[build.environment]
HUGO_VERSION = "0.78.2"
HUGO_VERSION = "0.79.1"
HUGO_ENABLEGITINFO = "true"

[context.production.environment]
Expand Down

0 comments on commit 4cfe83a

Please sign in to comment.