https://github.com/daflh/vredeburg
A simple starter project to create a blog using Eleventy and Tailwind CSS
https://github.com/daflh/vredeburg
eleventy eleventy-sample hacktoberfest jamstack static-site tailwindcss
Last synced: 12 months ago
JSON representation
A simple starter project to create a blog using Eleventy and Tailwind CSS
- Host: GitHub
- URL: https://github.com/daflh/vredeburg
- Owner: daflh
- License: mit
- Created: 2020-07-12T07:42:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T18:40:18.000Z (over 2 years ago)
- Last Synced: 2025-04-02T11:50:01.287Z (12 months ago)
- Topics: eleventy, eleventy-sample, hacktoberfest, jamstack, static-site, tailwindcss
- Language: Nunjucks
- Homepage: https://vredeburg.netlify.app
- Size: 638 KB
- Stars: 197
- Watchers: 7
- Forks: 71
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-made-by-indonesian - Vredeburg - `A simple starter project to create a blog using Eleventy and Tailwind CSS` *by [dafiulh](https://github.com/dafiulh)* (V)
- awesome-starred - daflh/vredeburg - A simple starter project to create a blog using Eleventy and Tailwind CSS (hacktoberfest)
README
# Vredeburg
[](https://app.netlify.com/sites/vredeburg/deploys)
A simple starter project to create a blog using Eleventy and Tailwind CSS.
Screenshot

See demo [here](https://vredeburg.netlify.app)!
## Getting Started
1. Clone this repository
```bash
git clone https://github.com/daflh/vredeburg.git my-blog
```
2. Navigate to the directory
```bash
cd my-blog
```
3. Install dependencies
```bash
npm install
```
### Use in development
```bash
npm start
```
### Build for production
```bash
npm run build
```
### For debugging purposes
```bash
npm run debug
```
## Configuration
To change the title, description, author data, menu/nav item, etc, go to `src/_data/`.