All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 48s
- 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
22 lines
401 B
TOML
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
|