A simple starter project to create a blog using Eleventy and Tailwind CSS.
See demo here!
- Clone this repository
git clone https://github.com/daflh/vredeburg.git my-blog
- Navigate to the directory
cd my-blog
- Install dependencies
npm install
npm start
npm run build
npm run debug
To change the title, description, author data, menu/nav item, etc, go to src/_data/
.