Awesome
Vredeburg
A simple starter project to create a blog using Eleventy and Tailwind CSS.
<details> <summary>Screenshot</summary> </details>See demo here!
Getting Started
- Clone this repository
git clone https://github.com/daflh/vredeburg.git my-blog
- Navigate to the directory
cd my-blog
- Install dependencies
npm install
Use in development
npm start
Build for production
npm run build
For debugging purposes
npm run debug
Configuration
To change the title, description, author data, menu/nav item, etc, go to src/_data/
.