richzli / richz.li

My personal website. Written as a Flask app, currently hosted statically with GitHub Pages.

Home Page:https://richz.li/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dependencies

  • flask
  • python-dotenv
  • Flask-PyMongo
  • markdown2

run

run with --host=0.0.0.0 for local network testing

windows

> mongod --dbpath .\data\db
> venv\Scripts\activate
> flask run

linux

$ mongod --dbpath ./data/db
$ source ./venv/bin/activate
$ flask run

About

My personal website. Written as a Flask app, currently hosted statically with GitHub Pages.

https://richz.li/


Languages

Language:HTML 50.9%Language:CSS 25.5%Language:JavaScript 12.8%Language:Python 10.6%Language:Shell 0.1%