A simple starter project to create a blog using Eleventy and Tailwind CSS
See demo here!
- Clone this repository
git clone https://github.com/dafiulh/vredeburg.git blog-name
- Navigate to the directory
cd blog-name
- 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/
.