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.
 
 
 
 
 
 
Wesley Kerfoot b49dc5136c update website about me page 4 years ago
app update website about me page 4 years ago
couchdb Update Dockerfile for couchdb 5 years ago
.gitignore update .gitignore 4 years ago
.travis.yml Print docker version for debugging purposes 5 years ago
README.md Update README.md 5 years ago
blog.ini render markdown serverside and put it in the noscript tag for people 7 years ago
docker-compose-dev.yml Optimize docker nonsense 4 years ago
docker-compose.yml Optimize docker nonsense 4 years ago

README.md

A simple single-page blog written in RiotJS and Flask

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.

To build:

docker-compose build

edit .envrc to include COUCHDB_USER and COUCHDB_PASSWORD

create app/riotblog_local.cfg and add these variables

  • 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)