SiteKit- Project Structure

Directory Overview

Folder structure diagram


Property Access and Updates

Reference site properties using {{$PropertyName}} to pull values directly from your sitekit.json file. Any changes there automatically update all instances, ensuring consistency and easier maintenance across your project.


Adding New Pages

New page illustration

To add a new page, simply create a file in the Pages folder. You can use either HTML or Markdown (with Markdown being the preferred option for its simplicity). SiteKit also supports hybrid Markdown, allowing you to incorporate HTML tags within your Markdown content.


Overview of the sitekit.json File

The sitekit.json file contains metadata about your site, including user-defined properties.