An 11ty documentation site theme, built with Tailwind CSS.
Sponsored By Spinal
![Spinal CMS logo](https://user-images.githubusercontent.com/988051/183079316-af747ef2-42a9-47d8-9a0c-488ed4b6a689.jpg)
- Clone this repository
git clone https://github.com/spinalcms/11ty-docs-template.git documentation
- Go into this new folder
cd documentation
- Install dependencies
npm install
npm run dev
npm run build
To change title, description, etc. Update files in src/_data
.
- Documentation theme built with Tailwind CSS
- Bridgetown documentation template using Tailwind CSS
- Astro documentation template using Tailwind CSS
- Fork it (https://github.com/spinalcms/11ty-docs-template/fork)
- Clone the fork using
git clone
to your local development machine. - Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request