Veltro Theme Documentation
Homepage Variants
Veltro has two routed homepage layouts.
Home 01
- Route:
/ - Page file:
src/pages/[...lang]/index.astro - Page content:
src/content/homepage/<language>/-index.md
Section order:
BannerAboutOneServicesSectionPortfolioSectionSolutionStepsSectionTestimonialSectionCustomersCallToActionCaseStudiesSectionIndustriesSectionContactSectionBlogSection
Home 02
- Route:
/home-two/ - Page file:
src/pages/[...lang]/home-two.astro - Page content:
src/content/homepage/<language>/home-two.md
Section order:
BannerTwoRoadmapSectionCustomersProcessSectionServicesSectionTwoPortfolioSectionTwoTestimonialSectionTwoVideoSectionAwardSectionTeamSectionBlogSectionTwo
The home-three.md content entries do not have a matching route in src/pages/; they are not a third homepage unless you create a route for them.
Editing Workflow
- Open the homepage route and identify its imported sections.
- Edit the matching file in
src/content/sections/<language>/. - Use page frontmatter for supported overrides.
- Edit the Astro section only when the structure or design must change.