Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T18:40:18.000Z (over 1 year ago)
- Last Synced: 2025-01-15T16:39:54.787Z (10 days ago)
- Topics: eleventy, eleventy-sample, hacktoberfest, jamstack, static-site, tailwindcss
- Language: Nunjucks
- Homepage: https://vredeburg.netlify.app
- Size: 638 KB
- Stars: 196
- Watchers: 8
- Forks: 70
- 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
[![Netlify Status](https://api.netlify.com/api/v1/badges/a1d36fc9-4471-4679-902c-337449ccb59d/deploy-status)](https://app.netlify.com/sites/vredeburg/deploys)A simple starter project to create a blog using Eleventy and Tailwind CSS.
Screenshot
![](https://i.imgur.com/QTec5Xd.jpg)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/`.