New backend version
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Nikurasu 2023-04-22 21:09:37 +02:00
parent 139ff4e778
commit 37a3530167
Signed by: Nikurasu
SSH Key Fingerprint: SHA256:+AKq1hZhgUm8pfho+PWiEm6jPseKdLuQgal750ATfUM
4 changed files with 4 additions and 4 deletions

View File

@ -9,5 +9,5 @@ pipeline:
- apt update && apt install curl -y
- hugo
- tar -czf archive.tar.gz -C ./public/ .
- "curl --request POST --url $URL --header \"Content-Type: multipart/form-data\" --header \"Static-Hoster-Key: $APIKEY\" --form STATIC_PAGE=@$(pwd)/archive.tar.gz"
- "curl --request POST --url $URL --user $USER:$APIKEY --header \"Content-Type: multipart/form-data\" --form STATIC_PAGE=@$(pwd)/archive.tar.gz"
secrets: [ apikey, url ]

View File

@ -1,6 +1,6 @@
@font-face {
font-family: 'FantasqueNF';
src: url('/home/fonts/FantasqueSans.woff2') format('woff2'), url('/fonts/FantasqueSans.ttf') format('ttf');
src: url('/fonts/FantasqueSans.woff2') format('woff2'), url('/FantasqueSans.ttf') format('ttf');
font-weight: normal;
font-style: normal;
}

View File

@ -1,4 +1,4 @@
baseURL = 'https://panel.cat-enby.club/home'
baseURL = 'https://panel.cat-enby.club'
languageCode = 'en-us'
title = 'cat-enby.club'

View File

@ -5,7 +5,7 @@
<legend>{{ .name }}</legend>
<section class="content">
<section class="top">
<img src="/home/{{ .icon }}" alt="">
<img src="{{ .icon }}" alt="">
<a href="{{ .hyperlink }}">{{ .linktext }}</a>
</section>
<p>{{ .summary }}</p>