- Website umbenannt zu "Mischkomposition by Tom Misch" - Domain: tom.mischlabs.de - Kontakt: tom@mischlabs.de - Instagram: @Mischkomposition verlinkt - Sponsor-Bereich und Originalautor-Verweise entfernt - Google Analytics deaktiviert - Kontaktformular auf Deutsch und mit mailto - Docker Setup: Dockerfile, docker-compose.yml, nginx.conf fuer NAS Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
26 lines
842 B
YAML
26 lines
842 B
YAML
# Base configs
|
|
baseurl: "https://tom.mischlabs.de"
|
|
image_fulls_loc: "/images/fulls"
|
|
image_thumbs_loc: "/images/thumbs"
|
|
# google_analytics: "" # Eigene ID hier eintragen wenn gewuenscht
|
|
|
|
# UI configs
|
|
title: "Tom Misch-komposition"
|
|
subtitle: "Mischkomposition"
|
|
author: "Tom Misch"
|
|
header:
|
|
title: "Mischkomposition"
|
|
subtitle: "by Tom Misch"
|
|
footer:
|
|
name: "Tom Misch"
|
|
bio: ""
|
|
contact: "tom@mischlabs.de"
|
|
web_design: "AJ"
|
|
|
|
social_urls:
|
|
instagram: "https://www.instagram.com/Mischkomposition"
|
|
|
|
# Configure which exif data to display
|
|
# Tag is the actual exif tag, icon is a fontawesome icon. Use JSON notation without line breaks
|
|
exif: '[{"tag": "Model", "icon": "fa fa-camera-retro"}, {"tag": "FNumber", "icon": "far fa-dot-circle"}, {"tag": "ExposureTime", "icon": "far fa-clock"}, {"tag": "ISOSpeedRatings", "icon": "fa fa-info-circle"}]'
|