mirror of
https://github.com/apricote/apricote.de.git
synced 2026-01-13 12:51:00 +00:00
fix: go modules not available in vercel
This commit is contained in:
parent
212a1151d5
commit
d78191f23c
5 changed files with 6 additions and 11 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "themes/PaperMod"]
|
||||||
|
path = themes/PaperMod
|
||||||
|
url = https://github.com/adityatelange/hugo-PaperMod.git
|
||||||
|
|
@ -2,13 +2,11 @@ title: "Julian Tölle"
|
||||||
baseURL: "https://apricote.de/"
|
baseURL: "https://apricote.de/"
|
||||||
languageCode: "en-us"
|
languageCode: "en-us"
|
||||||
|
|
||||||
|
theme: PaperMod
|
||||||
|
|
||||||
author:
|
author:
|
||||||
name: Julian Tölle
|
name: Julian Tölle
|
||||||
|
|
||||||
module:
|
|
||||||
imports:
|
|
||||||
- path: "github.com/adityatelange/hugo-PaperMod"
|
|
||||||
|
|
||||||
params:
|
params:
|
||||||
DateFormat: "2006-01-02"
|
DateFormat: "2006-01-02"
|
||||||
|
|
||||||
|
|
|
||||||
5
go.mod
5
go.mod
|
|
@ -1,5 +0,0 @@
|
||||||
module github.com/apricote/apricote.de
|
|
||||||
|
|
||||||
go 1.20
|
|
||||||
|
|
||||||
require github.com/adityatelange/hugo-PaperMod v0.0.0-20230218071112-e6b697f36512 // indirect
|
|
||||||
2
go.sum
2
go.sum
|
|
@ -1,2 +0,0 @@
|
||||||
github.com/adityatelange/hugo-PaperMod v0.0.0-20230218071112-e6b697f36512 h1:G1oNdjwZCYC0D0C5PddChC4mKBjfCyDvj4i+/rrO3MY=
|
|
||||||
github.com/adityatelange/hugo-PaperMod v0.0.0-20230218071112-e6b697f36512/go.mod h1:HCHxNMKYdGafUYjVV3ICiAqznZK2yH0iI53jqcDFDdQ=
|
|
||||||
1
themes/PaperMod
Submodule
1
themes/PaperMod
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit e6b697f3651291bb59176e01881863c14ee3c211
|
||||||
Loading…
Add table
Add a link
Reference in a new issue