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 am adding more.
- CI to deploy via FTP to any server
- Tailwind css are processed directly by 11ty
- adding navigation menu generated from pages
- Handle markdown with style
- responsive image processor
- better SEO metadata
- decap CMS
- in depth doc so I don't get lost when I get back here in 2 years
- windty’s template, or clone this one
- 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