add hugo module

This commit is contained in:
Torma Kristóf 2022-04-17 13:10:18 +02:00
parent 0565583fd0
commit d0fc803013
9 changed files with 26 additions and 2 deletions

View File

@ -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
View File

@ -0,0 +1 @@
public/*

0
.hugo_build.lock Normal file
View File

View 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
View 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
View 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

View File

@ -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