Commit Graph
8 Commits
Author SHA1 Message Date
GitSyncandClaude Sonnet 5 c00bdaee7c Split galerie's second section into title + text fields
- Add header.section2_title (CMS field: "Titel - rechts beneden")
  alongside header.section2_text ("Tekst - rechts beneden")
- Render the title as its own heading above the text, instead of
  folding it into the markdown body
- Zero out the heading's top margin so it aligns with the top of the
  adjacent image grid

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-30 16:39:23 +02:00
GitSyncandClaude Sonnet 5 78662aef8f Consolidate gallery pages: gallery-1 becomes the main Galerie page
- Replace the old placeholder galerie page content with gallery-1's
  real content (text + 4 uploaded photos), keeping the /galerie route
  and its position in the main nav
- Remove gallery-2 and gallery-3 (prototype pages) and their media
- Switch section text fields from plain textarea to Grav's markdown
  editor type, restoring the formatting toolbar in Admin
- Trim the image grid/blueprint caps to 2 per section to match
  gallery-1's actual content

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-30 16:18:07 +02:00
GitSync 9c166496dd Merge intro+heading into section text fields on galerie and gallery-1 2026-08-30 15:35:25 +02:00
GitSync 3e0940a1db (Grav GitSync) Automatic Commit from GitSync 2026-08-30 11:35:52 +00:00
GitSync 0871a0f57d (Grav GitSync) Automatic Commit from GitSync 2026-08-25 17:38:09 +00:00
m038andClaude Sonnet 4.6 8ad6e5a942 Apply UI/UX improvements and fix broken Bootstrap JS
- Add CSS custom properties for brand colors
- Remove global font-weight: bold from body
- Increase content panel opacity from 0.6 to 0.88
- Add dynamic lang attribute, favicon, and Open Graph meta tags
- Move scripts to <head> with defer (required due to automagic-images plugin)
- Disable automagic-images plugin (PHPHtmlParser strips all <script src> tags
  during HTML re-serialization, breaking Bootstrap JS and all dropdowns)
- Add loading="lazy" to below-fold images across templates

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-19 02:15:40 +02:00
m038andClaude Sonnet 4.6 3468f3a8db Fix HTML entity escaping in theme templates by using content|raw
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-18 23:51:21 +02:00
m038andClaude Sonnet 4.6 a9be15caf3 Initial commit: Grav CMS setup with HTML reference material
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-18 23:38:26 +02:00