Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pureooze/neat-starter
https://github.com/pureooze/neat-starter
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pureooze/neat-starter
- Owner: pureooze
- License: mit
- Created: 2022-05-13T16:49:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-13T16:51:46.000Z (over 2 years ago)
- Last Synced: 2024-10-01T17:00:13.417Z (4 months ago)
- Language: Nunjucks
- Size: 479 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/`.