mirror of
https://github.com/agresdominik/website.git
synced 2026-07-21 16:10:54 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e5e386639e |
@@ -1,4 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
# Same check as CI: abort the commit if Hugo can't build cleanly.
|
|
||||||
make build || exit 1
|
|
||||||
make clean
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
version: 2
|
|
||||||
updates:
|
|
||||||
- package-ecosystem: github-actions
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: weekly
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
name: Build Check
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
branches: [main]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- uses: peaceiris/actions-hugo@v3
|
|
||||||
with:
|
|
||||||
hugo-version: "0.152.2"
|
|
||||||
extended: true
|
|
||||||
|
|
||||||
# Fails the run on any Hugo error (broken templates, shortcodes, refs).
|
|
||||||
- run: hugo --gc --minify --panicOnWarning
|
|
||||||
working-directory: blog
|
|
||||||
@@ -21,8 +21,6 @@ jobs:
|
|||||||
key: ${{ secrets.VPS_SSH_KEY }}
|
key: ${{ secrets.VPS_SSH_KEY }}
|
||||||
port: 22
|
port: 22
|
||||||
script: |
|
script: |
|
||||||
set -e
|
|
||||||
|
|
||||||
# Pull latest changes
|
# Pull latest changes
|
||||||
cd /home/agres/website
|
cd /home/agres/website
|
||||||
git pull origin main
|
git pull origin main
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# Private Google Datei
|
||||||
|
googleeb4005177cc2703c.html
|
||||||
|
|
||||||
# public folder
|
# public folder
|
||||||
public/
|
public/
|
||||||
|
|
||||||
|
|||||||
@@ -6,9 +6,6 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>{{ .Site.Params.browserTitle }} :: {{ .Title }}</title>
|
<title>{{ .Site.Params.browserTitle }} :: {{ .Title }}</title>
|
||||||
{{ with .Description }}<meta name="description" content="{{ . }}">{{ end }}
|
{{ with .Description }}<meta name="description" content="{{ . }}">{{ end }}
|
||||||
<link rel="canonical" href="{{ .Permalink }}">
|
|
||||||
{{ range .AllTranslations }}<link rel="alternate" hreflang="{{ .Language.Lang }}" href="{{ .Permalink }}">
|
|
||||||
{{ end }}
|
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||||
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
|
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
|
||||||
<link rel="icon" href="/favicon.ico" sizes="any">
|
<link rel="icon" href="/favicon.ico" sizes="any">
|
||||||
|
|||||||
@@ -156,7 +156,9 @@ article { margin-bottom: 2rem; }
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
.nav-links { white-space: nowrap; }
|
||||||
.site-title {
|
.site-title {
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
@@ -335,6 +337,8 @@ code { font-family: var(--font-mono); }
|
|||||||
main { margin: 2rem 0 3rem; }
|
main { margin: 2rem 0 3rem; }
|
||||||
.post-head { flex-direction: column; gap: 0.2rem; }
|
.post-head { flex-direction: column; gap: 0.2rem; }
|
||||||
.landing-name { font-size: 2.1rem; }
|
.landing-name { font-size: 2.1rem; }
|
||||||
|
.nav-links a { margin-left: 0.9rem; }
|
||||||
|
.nav-links a.lang-switch { margin-left: 0.7rem; padding-left: 0.7rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---------- LLM prompt-injection bait (kept hidden) ---------- */
|
/* ---------- LLM prompt-injection bait (kept hidden) ---------- */
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
google-site-verification: googleeb4005177cc2703c.html
|
|
||||||
Reference in New Issue
Block a user