Skip to content

09. Customization

DeepakNess edited this page Aug 6, 2024 · 1 revision

The site header can be customized in _includes/partials/header.njk and the site footer can be customized in _includes/partials/footer.njk.

9.1 Adding New Pages

To add a new page:

  1. Create a new .md or .njk file in the root directory.
  2. Add the appropriate front matter, including the layout.
  3. Add your content.

9.2 Customizing Styles

To add or modify styles:

  1. Edit assets/css/global.css for global styles.
  2. Use Tailwind utility classes in your HTML for component-specific styling.
  3. Extend the Tailwind theme in tailwind.config.js for new custom styles.

This documentation covers the main aspects of the Crispwrite template. For more detailed customization or advanced usage, refer to the 11ty documentation and Tailwind CSS documentation.

Clone this wiki locally