diff --git a/blog/content/home.md b/blog/content/home.md deleted file mode 100644 index 9cc5803..0000000 --- a/blog/content/home.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Willkommen" ---- - -

diff --git a/blog/content/whoami.md b/blog/content/whoami.md index ef20299..d0aaaf9 100644 --- a/blog/content/whoami.md +++ b/blog/content/whoami.md @@ -14,7 +14,7 @@ I’m passionate about technology, software, and cybersecurity. --- -## Books +# Books Here are some of my favourite books I would recommend to anyone: @@ -30,7 +30,7 @@ Reading right now: --- -## PGP Key +# PGP Key If you want to send me encrypted messages use the following [PGP-Key](/publickey.asc). If you want to check the fingerprint: diff --git a/blog/hugo.toml b/blog/hugo.toml index 937930a..ce0cd66 100644 --- a/blog/hugo.toml +++ b/blog/hugo.toml @@ -5,9 +5,25 @@ title = 'agres.online' [params] name = "Dominik Agreš" email = "dominik@agres.online" - github = "https://github.com/agresdominik" - linkedin = "www.linkedin.com/in/dominik-agres" browserTitle = "agres" + greeting = "Welcome" + + [[params.socials]] + name = "github" + url = "https://github.com/agresdominik" + + [[params.socials]] + name = "linkedin" + url = "https://linkedin.com/in/dominik-agres" + + [[params.socials]] + name = "email" + url = "mailto:dominik@agres.online" + + [[params.socials]] + name = "pgp" + url = "/publickey.asc" + [markup.goldmark.renderer] unsafe = true diff --git a/blog/layouts/_partials/typed.html b/blog/layouts/_partials/typed.html index 15ae72e..d1d9c4e 100644 --- a/blog/layouts/_partials/typed.html +++ b/blog/layouts/_partials/typed.html @@ -10,7 +10,7 @@ - - - - - agres :: Test - - - - -
-
- - - agres.online - - - -
-
- - -
- - -
- -

Test

- -
-
- Date Published: - October 24, 2025 -
-
- Read time: - 1 minute(s) -
-
- - -

Help Me

- - -
- - -
- - - - - - - diff --git a/blog/public/css/style.css b/blog/public/css/style.css index a9d5013..3c47b80 100644 --- a/blog/public/css/style.css +++ b/blog/public/css/style.css @@ -19,7 +19,8 @@ --padding-page: 1rem; font-feature-settings: 'liga' 1, 'calt' 1; - font-size: 11pt; + font-size: 12pt; + --font-size-title: 20pt; } html, body { @@ -82,7 +83,7 @@ p { } .site-title { - font-size: 1.2rem; + font-size: 18pt; font-weight: var(--font-weight-bold); color: var(--link); text-decoration: none; @@ -96,6 +97,7 @@ p { color: var(--link); margin-left: 1rem; text-decoration: none; + font-size: 14pt; } .nav-links a:hover { @@ -150,7 +152,6 @@ li { ul li::before { content: "• "; color: var(--color-fg); - font-size: 1.1rem; } img { @@ -211,13 +212,13 @@ img { .blogpost-title { font-weight: bold; - font-size: 14pt; + font-size: 18pt; margin-right: 10px; } .blogpost-date { font-style: italic; - font-size: 12pt; + font-size: 14pt; margin-right: 10px; } @@ -246,7 +247,7 @@ pre.chroma { code { font-family: 'Fira Code', monospace; - font-size: 1rem; + font-size: 14px; } .chroma .k { color: #ff79c6; } /* Keywords */ @@ -257,3 +258,36 @@ code { .chroma .m { color: #8be9fd; } /* Numbers */ .chroma .o { color: #ffb86c; } /* Operators */ .chroma .err { color: #ff5555; background: #2e2e2e; } /* Errors */ + +/* ---------- Landing Page ---------- */ + +.landing-welcome { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + text-align: center; + min-height: 70vh; +} + +.landing-welcome h1 { + font-size: 2.5rem; + /*font-weight: 300;*/ + margin-bottom: 40px; +} + +.landing-links { + display: flex; + gap: 30px; + font-size: 1.1rem; +} + +.landing-links a { + color: var(--link); + text-decoration: none; + transition: color 0.2s; +} + +.landing-links a:hover { + color: var(--color-secondary); /* or whatever your accent color is */ +} diff --git a/blog/public/de/index.html b/blog/public/de/index.html index 780a124..5ac9066 100644 --- a/blog/public/de/index.html +++ b/blog/public/de/index.html @@ -30,7 +30,49 @@
- + + + + + +
+

+ +
diff --git a/blog/public/en/sitemap.xml b/blog/public/en/sitemap.xml index ac7b344..4b6e48b 100644 --- a/blog/public/en/sitemap.xml +++ b/blog/public/en/sitemap.xml @@ -20,9 +20,6 @@ http://localhost:1313/blog/bruteforce/ 2025-10-25T00:00:00+00:00 - - http://localhost:1313/blog/test/ - 2025-10-24T00:00:00+00:00 http://localhost:1313/categories/ http://localhost:1313/whoami/ - - http://localhost:1313/home/ diff --git a/blog/public/home/index.html b/blog/public/home/index.html deleted file mode 100644 index fdbaebe..0000000 --- a/blog/public/home/index.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - agres :: Willkommen - - - - -
-
- - - agres.online - - - -
-
- - -
- - -
- -

Willkommen

- -

- - -
- - -
- - - - - - - diff --git a/blog/public/index.html b/blog/public/index.html index 8b77599..5a6637f 100644 --- a/blog/public/index.html +++ b/blog/public/index.html @@ -30,10 +30,7 @@
- -

- -