Remove hugo mod from exampleSite and Netlify build
3 files deleted
2 files modified
| | |
| | | baseURL = "http://www.example.com" |
| | | title = "johndoe" |
| | | theme = "hugo-coder" |
| | | languageCode = "en" |
| | | defaultContentLanguage = "en" |
| | | paginate = 20 |
| | | pygmentsStyle = "b2" |
| | | pygmentsStyle = "bw" |
| | | pygmentsCodeFences = true |
| | | pygmentsCodeFencesGuessSyntax = true |
| | | enableEmoji = true |
| | | # Enable Disqus comments |
| | | # disqusShortname = "yourdiscussshortname" |
| | | |
| | | [module] |
| | | [[module.imports]] |
| | | path = "github.com/luizdepra/hugo-coder" |
| | | |
| | | [params] |
| | | author = "John Doe" |
| | | description = "John Doe's personal website" |
| | |
| | | [build] |
| | | HUGO_VERSION = "0.77.0" |
| | | HUGO_THEME = "repo" |
| | | GO_VERSION = "1.16.2" |
| | | publish = "exampleSite/public" |
| | | command = "cd exampleSite && hugo --themesDir=../.. --baseURL $URL" |
| | | |