An 11ty documentation site theme, built with Tailwind CSS.
git clone https://github.com/spinalcms/11ty-docs-template.git documentation
cd documentation
npm install
npm run dev
npm run build
To change title, description, etc. Update files in src/_data
.
git clone
to your local development machine.git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)