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 793a5438f7
Merge pull request #5 from weskerfoot/dependabot/npm_and_yarn/app/lodash-4.17.13
6 years ago
app Bump lodash from 4.17.11 to 4.17.13 in /app 6 years ago
couchdb dockerize couchdb, move entrypoint for web 6 years ago
.gitignore Fix environment variables 6 years ago
README.md reformat readme 6 years ago
blog.ini render markdown serverside and put it in the noscript tag for people 8 years ago
docker-compose.yml Fix docker entrypoint scripts 6 years ago

README.md

A simple single-page blog written in RiotJS and Flask

It is still very much a work in progress, but you can see it in action at https://wesk.tech/blog

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)