https://github.com/depuits/gitblogscm
https://github.com/depuits/gitblogscm
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/depuits/gitblogscm
- Owner: depuits
- License: mit
- Created: 2022-06-02T08:12:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-14T11:29:01.000Z (about 3 years ago)
- Last Synced: 2025-01-13T01:35:58.264Z (over 1 year ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```