Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pureooze/neat-starter


https://github.com/pureooze/neat-starter

Last synced: 14 days ago
JSON representation

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/wGj2YZD.jpg)

See demo [here](https://vredeburg.netlify.app)!

## Getting Started
1. Clone this repository
```bash
git clone https://github.com/dafiulh/vredeburg.git blog-name
```
2. Navigate to the directory
```bash
cd blog-name
```
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/`.