Title here
Summary here
This guide will show you how a Vermeer project is organized and what the different files in your project do.
Vermeer projects generally follow the same file and directory structure as other Thulite projects. See Thulite’s project structure documentation for more detail.
assets/
— Custom assets (e.g. scripts and styles).config/_default/hugo.toml
— The Hugo/site configuration file.config/_default/menus.toml
— The menus configuration file.config/_default/params.toml
— The Vermeer + Thulite integrations (Images and SEO) configuration file.content/_index.md
— The homepage content file.layouts/
— Custom layouts (for e.g. loading scripts in head and footer).static/
— Static assets (e.g. fonts) that will not be processed.themes/vermeer/
— The Vermeer theme files.package.json
— Dependencies and workflow scripts.A Vermeer project directory might look like this: