Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A simple starter project to create a blog using Eleventy and Tailwind CSS

Awesome Lists containing this project

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/`.