A full featured blog in RiotJS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
539 B

7 years ago
A simple single-page blog written in RiotJS and Flask
7 years ago
Includes a tag that pulls projects from Github and puts them in a carousel-like
UI, as well as a post editor that handles markdown.
5 years ago
To build:
5 years ago
5 years ago
`docker-compose build`
5 years ago
5 years ago
edit `.envrc` to include `COUCHDB_USER` and `COUCHDB_PASSWORD`
5 years ago
create `app/riotblog_local.cfg` and add these variables
5 years ago
- `SECRET_KEY` (whatever you want)
- `ADMIN_PASSWORD` (whatever you want)
- `COUCHDB_NAME` (the name of the couchdb database)
- `COUCHDB_USER` (usually admin)
- `COUCHDB_NAME` (whatever you want)