New backend version
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
139ff4e778
commit
37a3530167
4 changed files with 4 additions and 4 deletions
|
@ -9,5 +9,5 @@ pipeline:
|
||||||
- apt update && apt install curl -y
|
- apt update && apt install curl -y
|
||||||
- hugo
|
- hugo
|
||||||
- tar -czf archive.tar.gz -C ./public/ .
|
- 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 ]
|
secrets: [ apikey, url ]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'FantasqueNF';
|
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-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
baseURL = 'https://panel.cat-enby.club/home'
|
baseURL = 'https://panel.cat-enby.club'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'cat-enby.club'
|
title = 'cat-enby.club'
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<legend>{{ .name }}</legend>
|
<legend>{{ .name }}</legend>
|
||||||
<section class="content">
|
<section class="content">
|
||||||
<section class="top">
|
<section class="top">
|
||||||
<img src="/home/{{ .icon }}" alt="">
|
<img src="{{ .icon }}" alt="">
|
||||||
<a href="{{ .hyperlink }}">{{ .linktext }}</a>
|
<a href="{{ .hyperlink }}">{{ .linktext }}</a>
|
||||||
</section>
|
</section>
|
||||||
<p>{{ .summary }}</p>
|
<p>{{ .summary }}</p>
|
||||||
|
|
Reference in a new issue