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

https://github.com/depuits/gitblogscm


https://github.com/depuits/gitblogscm

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# gitBlogScm

Simple content management interface for static generated blog in git.

## Setup

1. Change `public/index.html` to add or remove input variables
2. Edit validation and file creation code in `handleForm.js`
3. Setup config variables

## Running

```
npm i
npm start
```