Files
tibi-svelte-starter/api/config.yml
Sebastian Frank 40ffa8207e feat: add new contact form, hero, features, and richtext blocks; implement scroll-reveal action and update styles
- Introduced ContactFormBlock, FeaturesBlock, HeroBlock, and RichtextBlock components.
- Implemented a scroll-reveal action for animations on element visibility.
- Enhanced CSS styles for better theming and prose formatting.
- Added localization support for new components and updated existing translations.
- Created e2e tests for demo pages including contact form validation and navigation.
- Added a video tour showcasing the demo pages and interactions.
2026-02-26 03:54:07 +00:00

28 lines
653 B
YAML

namespace: __NAMESPACE__
meta:
imageUrl:
eval: "$projectBase + '_/assets/img/admin-pic.jpg'"
injectIntoHead:
# inject font faces (not possible in shadow dom for preview)
eval: |
"<link rel='stylesheet' href='" + $projectBase + "_/assets/fonts/fonts.css?t=" + $project?.updateTime + "'>"
collections:
- !include collections/content.yml
- !include collections/navigation.yml
- !include collections/ssr.yml
assets:
- name: dist
path: ../frontend/dist
- name: fonts
path: ../frontend/assets/fonts
- name: img
path: ../frontend/assets/img
admin:
tokens:
- token: ${ADMIN_TOKEN}
allowReload: true