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

https://github.com/whtsky/catsup-editor

A simple online editor for catsup
https://github.com/whtsky/catsup-editor

Last synced: 11 months ago
JSON representation

A simple online editor for catsup

Awesome Lists containing this project

README

          

catsup-editor
=============

A simple online editor for catsup

#How to use
First,you should edit your settings file`editor.conf.example` like this:
```
port = 7777 #Running port
posts_path = "~/catsup/_posts" #Your blog posts' path
webhook_url = "http://myblog.com/webhook" #Webhook url
password = 'catsup' #Best to change it
```
Finally,change the name of the settings file to `editor.conf`