Optimize build job & add subtitle
All checks were successful
Build Hugo Site / build (push) Successful in 9s
All checks were successful
Build Hugo Site / build (push) Successful in 9s
This commit is contained in:
parent
5093d43413
commit
8cb01f9318
@ -6,17 +6,13 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: apk add --no-cache nodejs
|
- run: apk add --no-cache nodejs rsync
|
||||||
|
- run: apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community hugo
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: '>=1.17.0'
|
go-version: '>=1.17.0'
|
||||||
- run: go version
|
|
||||||
- run: apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community hugo
|
|
||||||
- run: hugo version
|
|
||||||
- run: hugo
|
- run: hugo
|
||||||
- run: ls -lah
|
|
||||||
- run: apk add rsync
|
|
||||||
- run: rsync -avz --delete ./public/ /sites/tsol/
|
- run: rsync -avz --delete ./public/ /sites/tsol/
|
@ -88,7 +88,7 @@ expiryDate = ["expiryDate"]
|
|||||||
# images = [""]
|
# images = [""]
|
||||||
themeColor = "#494f5c"
|
themeColor = "#494f5c"
|
||||||
|
|
||||||
#homeSubtitle = "CHANGE ME HOME SUBTITLE"
|
homeSubtitle = "Phil's Ridiculous Webstuff"
|
||||||
footerCopyright = "The Satellite of Love"
|
footerCopyright = "The Satellite of Love"
|
||||||
# footerHideThemeName = false
|
# footerHideThemeName = false
|
||||||
# bgImg = ""
|
# bgImg = ""
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
{"Target":"css/style.min.b76ead157e389aea5cb7034b075218ad50e5d36d55d53c29fbdd1358ef8e4629.css","MediaType":"text/css","Data":{"Integrity":"sha256-t26tFX44mupctwNLB1IYrVDl021V1Twp+90TWO+ORik="}}
|
{"Target":"css/style.min.410cb34ca59b527d8a56d0a94cb5cfed1dbdf82eb00810e076a584c685bce604.css","MediaType":"text/css","Data":{"Integrity":"sha256-QQyzTKWbUn2KVtCpTLXP7R29+C6wCBDgdqWExoW85gQ="}}
|
Loading…
Reference in New Issue
Block a user