I wanted to use Windty for my next eleventy project before I realised I need more than just a single page with Tailwindcss. So I kept the good work and added more.
- Publication to github pages
- Deployment to stand alone server via ssh (manual action)
- Lighthouse checks on key pages for each PR to keep the triple 💯
- Tailwind css are processed directly by 11ty
- Navigation menu is directly generated from page structure
- Handle markdown with style
- Process images to make them responsive
- Installed Decap CMS with content flow
- Possibility to use Sveltia CMS with the same config
- Documentation comes with the package as an example
- Explains how features are developped
- better SEO metadata
- documentation on the CMS
- maybe a nicer design
- Create a new repository from huwindty’s template, or clone huwindty where you want.
- Install dependencies:
npm install
- Start development:
npm start
- See your website at http://localhost:8080/
- To build the release version:
npm run build
- When ready, push to GitHub and the action will build and publish your site to GitHub Pages