4bfe9c18b8
- Updated Immich base URL to immich.jerodrigged.com - Senior Portraits: use all-seniors album - Changed Engagements to Couples, use all-couples album - Changed Families to Family or Friends, use families-or-friends album 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
69 lines
1.9 KiB
JSON
69 lines
1.9 KiB
JSON
{
|
|
"site": {
|
|
"title": "Lisi Lou Photography",
|
|
"tagline": "Capturing life's beautiful moments",
|
|
"description": "Senior portraits, engagement sessions, and milestone photography",
|
|
"logo": "/images/logo.png",
|
|
"favicon": "/images/favicon.ico"
|
|
},
|
|
"photographer": {
|
|
"name": "Elysse Hodgkin",
|
|
"bio": "Passionate about capturing authentic moments and creating timeless memories.",
|
|
"profileImage": "/images/profile.jpg"
|
|
},
|
|
"contact": {
|
|
"email": "hello@lisilou.com",
|
|
"phone": "",
|
|
"bookingUrl": ""
|
|
},
|
|
"social": {
|
|
"instagram": "lisilou.photography",
|
|
"facebook": "elysse.hodgkin",
|
|
"pinterest": "",
|
|
"tiktok": ""
|
|
},
|
|
"immich": {
|
|
"baseUrl": "https://immich.jerodrigged.com",
|
|
"publicAlbumPrefix": "/s/"
|
|
},
|
|
"portfolio": {
|
|
"categories": [
|
|
{
|
|
"id": "seniors",
|
|
"name": "Senior Portraits",
|
|
"description": "Celebrate your milestone",
|
|
"coverImage": "/images/portfolio/seniors-cover.jpg",
|
|
"immichAlbumId": "all-seniors"
|
|
},
|
|
{
|
|
"id": "engagements",
|
|
"name": "Couples",
|
|
"description": "Love stories captured",
|
|
"coverImage": "/images/portfolio/engagements-cover.jpg",
|
|
"immichAlbumId": "all-couples"
|
|
},
|
|
{
|
|
"id": "families",
|
|
"name": "Family or Friends",
|
|
"description": "Moments that matter",
|
|
"coverImage": "/images/portfolio/families-cover.jpg",
|
|
"immichAlbumId": "families-or-friends"
|
|
}
|
|
]
|
|
},
|
|
"clientAccess": {
|
|
"enabled": true,
|
|
"title": "Client Gallery Access",
|
|
"description": "Enter your gallery code to view and download your photos",
|
|
"placeholder": "Enter your gallery code"
|
|
},
|
|
"theme": {
|
|
"primaryColor": "#8B7355",
|
|
"accentColor": "#D4C5B5",
|
|
"textColor": "#2C2C2C",
|
|
"backgroundColor": "#FDFBF9",
|
|
"fontDisplay": "Cormorant Garamond",
|
|
"fontBody": "Nunito Sans"
|
|
}
|
|
}
|