mirror of https://github.com/luizdepra/hugo-coder.git

Luiz F. A. de Prá
25.07.2021 3b7c8ba61a3e623b93efeb82e336253f264da765
Remove hugo mod from exampleSite and Netlify build
3 files deleted
2 files modified
15 ■■■■ changed files
exampleSite/config.toml 7 ●●●● patch | view | raw | blame | history
exampleSite/go.mod 5 ●●●●● patch | view | raw | blame | history
exampleSite/go.sum 2 ●●●●● patch | view | raw | blame | history
go.sum patch | view | raw | blame | history
netlify.toml 1 ●●●● patch | view | raw | blame | history
exampleSite/config.toml
@@ -1,19 +1,16 @@
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"
exampleSite/go.mod
File was deleted
exampleSite/go.sum
File was deleted
go.sum
netlify.toml
@@ -1,7 +1,6 @@
[build]
HUGO_VERSION = "0.77.0"
HUGO_THEME = "repo"
GO_VERSION = "1.16.2"
publish = "exampleSite/public"
command = "cd exampleSite && hugo --themesDir=../.. --baseURL $URL"