Personalisierung: Mischkomposition by Tom Misch + Docker Setup
- 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>
This commit is contained in:
29
_config.yml
29
_config.yml
@@ -1,30 +1,25 @@
|
||||
# Base configs
|
||||
baseurl: "https://photography.rampatra.com"
|
||||
# baseurl: "" # Comment the above line and uncomment this to test the website locally
|
||||
baseurl: "https://tom.mischlabs.de"
|
||||
image_fulls_loc: "/images/fulls"
|
||||
image_thumbs_loc: "/images/thumbs"
|
||||
google_analytics: "UA-46465113-2"
|
||||
# google_analytics: "" # Eigene ID hier eintragen wenn gewuenscht
|
||||
|
||||
# UI configs
|
||||
title: "Photography by Ram Patra"
|
||||
subtitle: "See the world through my eyes!"
|
||||
author: "Ram Patra"
|
||||
title: "Tom Misch-komposition"
|
||||
subtitle: "Mischkomposition"
|
||||
author: "Tom Misch"
|
||||
header:
|
||||
title: "Photography"
|
||||
subtitle: "by Ram Patra"
|
||||
title: "Mischkomposition"
|
||||
subtitle: "by Tom Misch"
|
||||
footer:
|
||||
name: "Hey there, my name is Ram"
|
||||
bio: "I am a software developer and a tech aficionado. Love making teeny tiny apps solving tiny problems in life and now learning photography."
|
||||
github: "Want a website like this for yourself for free? Just <a href=\"https://github.com/rampatra/photography\">fork this repo on github</a> ;)"
|
||||
name: "Tom Misch"
|
||||
bio: ""
|
||||
contact: "tom@mischlabs.de"
|
||||
web_design: "AJ"
|
||||
|
||||
social_urls:
|
||||
twitter: "https://www.twitter.com/rampatra_"
|
||||
instagram: "https://www.instagram.com/ram_patra"
|
||||
dribbble: "https://dribbble.com/rampatra"
|
||||
linkedin: "https://in.linkedin.com/in/ram-patra"
|
||||
github: "https://www.github.com/rampatra"
|
||||
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"}]'
|
||||
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"}]'
|
||||
|
||||
Reference in New Issue
Block a user