An 11ty documentation site theme, built with Tailwind CSS.
Sponsored By Spinal
- 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