1
0

Hugo modules
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jens True 2020-09-05 16:03:30 +02:00
parent 6304977d4f
commit 4a0fca0168
3 changed files with 11 additions and 1 deletions

@ -10,6 +10,7 @@ steps:
- name: build - name: build
image: klakegg/hugo:ext-alpine image: klakegg/hugo:ext-alpine
commands: commands:
- hugo mod get -u
- hugo-official --minify --gc --cleanDestinationDir - hugo-official --minify --gc --cleanDestinationDir
- name: deploy_beta - name: deploy_beta
@ -40,4 +41,4 @@ steps:
- promote - promote
target: target:
exclude: exclude:
- beta - beta

5
go.mod Normal file

@ -0,0 +1,5 @@
module code.jcktrue.dk/jct/jcktrue.dk
go 1.15
require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20200903212926-73d157ece01d // indirect

4
go.sum Normal file

@ -0,0 +1,4 @@
github.com/wowchemy/wowchemy-hugo-modules v0.29.0 h1:tmZeM85lHRB8U0L6xT5bLFgq6p84CqmjM4FMRK1B1jg=
github.com/wowchemy/wowchemy-hugo-modules v4.8.0+incompatible h1:bWdYezLML3TZq5H0Rot4Urwl6HBl1uok5xIDOTqcWC8=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20200903212926-73d157ece01d h1:p/Clz609aMSAnc1udZNznkwlF/OLoxAxhon9Fb5jLRY=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20200903212926-73d157ece01d/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=