-
Notifications
You must be signed in to change notification settings - Fork 0
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.
To add a new page:
- Create a new .md or .njk file in the root directory.
- Add the appropriate front matter, including the layout.
- Add your content.
To add or modify styles:
- Edit assets/css/global.css for global styles.
- Use Tailwind utility classes in your HTML for component-specific styling.
- 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.
- Documentation: GitHub Wiki
- Demo: Crispwrite Demo
- Source Code: GitHub Repository
- Author: DeepakNess - GitHub
- License: MIT