mirror of
https://github.com/agresdominik/website.git
synced 2026-07-21 16:10:54 +00:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f6db88acb | |||
| e5e386639e | |||
| bfe4ec756d | |||
| 70ed5bc629 | |||
| 07b2f7b031 | |||
| dbfe277eb0 | |||
| 971c6c9f97 |
@@ -3,8 +3,6 @@ name: Build Check
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ jobs:
|
|||||||
uses: actions/checkout@v7
|
uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Deploy to VPS
|
- name: Deploy to VPS
|
||||||
uses: appleboy/ssh-action@v0.1.9
|
uses: appleboy/ssh-action@v1.2.5
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.VPS_HOST }}
|
host: ${{ secrets.VPS_HOST }}
|
||||||
username: agres
|
username: agres
|
||||||
|
|||||||
@@ -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) ---------- */
|
||||||
|
|||||||
Reference in New Issue
Block a user