~reedwade/cogito

use relative feed url
more simple layout
update documentation

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~reedwade/cogito
read/write
git@git.sr.ht:~reedwade/cogito

You can also use your local clone with git send-email.

#Cogito

Cogito is the application behind my personal bloging platform.

#Installation

You have to configure environment variables listed in .env.

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ alembic upgrade head
$ flask run

#Usage

$ flask create-article "this is a banal article" articles/banal_article.md
$ flask update-article this_is_a_banal_article "this is a less banal article" articles/banal_article_v2.md
Do not follow this link