Merge go modules (#543)

* Add support for using as a Hugo module (#534)

* Add support for using as a Hugo module

Fixes #502

* Don't need/want the theme directory with modules

* Fix go.{mod,sum} files

* Set go version and hugo version everywhere

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>

* Remove hugo mod from exampleSite and Netlify build

* Bump hugo version

* Move env vars inside netlify.toml

Co-authored-by: Edward Muller <edward_muller@icloud.com>
This commit is contained in:
Luiz F. A. de Prá
2021-03-25 14:23:50 -03:00
committed by GitHub
parent 1555abc641
commit 7ec46861e3
6 changed files with 13 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ theme = "hugo-coder"
languageCode = "en"
defaultContentLanguage = "en"
paginate = 20
pygmentsStyle = "b2"
pygmentsStyle = "bw"
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true
enableEmoji = true