add hugo module
This commit is contained in:
parent
0565583fd0
commit
d0fc803013
@ -31,6 +31,8 @@ jobs:
|
||||
api_location: "" # Api source code path - optional
|
||||
output_location: "public" # Built app content directory - optional
|
||||
###### End of Repository/Build Configurations ######
|
||||
env:
|
||||
HUGO_VERSION: 0.97.1
|
||||
|
||||
close_pull_request_job:
|
||||
if: github.event_name == 'pull_request' && github.event.action == 'closed'
|
||||
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
public/*
|
0
.hugo_build.lock
Normal file
0
.hugo_build.lock
Normal file
@ -1,3 +1,6 @@
|
||||
baseURL = 'http://example.org/'
|
||||
baseURL = 'https://www.tormakristof.eu/'
|
||||
languageCode = 'en-us'
|
||||
title = 'My New Hugo Site'
|
||||
title = 'TormaKris'
|
||||
[[module.imports]]
|
||||
path = "github.com/CaiJimmy/hugo-theme-stack/v3"
|
||||
disable = false
|
5
go.mod
Normal file
5
go.mod
Normal file
@ -0,0 +1,5 @@
|
||||
module github.com/me/my-new-blog
|
||||
|
||||
go 1.17
|
||||
|
||||
require github.com/CaiJimmy/hugo-theme-stack/v3 v3.11.0 // indirect
|
2
go.sum
Normal file
2
go.sum
Normal file
@ -0,0 +1,2 @@
|
||||
github.com/CaiJimmy/hugo-theme-stack/v3 v3.11.0 h1:HyHdT59BYMdPSjDljIWpJY/DT+NPiZgfqMlJBQwOa1A=
|
||||
github.com/CaiJimmy/hugo-theme-stack/v3 v3.11.0/go.mod h1:IPmCXiIxlFSLFYS0tOmYP6ySLviyeNVSabyvSuaxD+I=
|
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@
|
||||
{"Target":"scss/style.min.450926226e724574a6b936335ea06111f8aeb253d932c86cb2cc807341cd2889.css","MediaType":"text/css","Data":{"Integrity":"sha256-RQkmIm5yRXSmuTYzXqBhEfiuslPZMshsssyAc0HNKIk="}}
|
Binary file not shown.
After Width: | Height: | Size: 410 B |
Loading…
Reference in New Issue
Block a user