Files
Elias Kohout 561a04fded
All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 48s
feat: add 'coming soon' empty state for projects page & gitignore public dir
- Add animated coming-soon card when no projects exist
- Add Grafana shortcode and gebrauchtwagen-datenbank project
- Add hugo/eliaskohout.de/public/ to .gitignore and remove from tracking
2026-02-16 23:16:58 +01:00

22 lines
401 B
TOML

baseURL = 'https://eliaskohout.de/'
languageCode = 'de'
title = 'Elias Kohout'
[params]
description = "Computer Science Student"
[[params.links]]
name = "[c]rowsnest"
url = "https://c.eliaskohout.de"
[[params.links]]
name = "[g]itea"
url = "https://g.eliaskohout.de"
[[params.links]]
name = "[r]ezepte"
url = "https://r.eliaskohout.de"
[markup.goldmark.renderer]
unsafe = true