Personal Site https://skeh.site
Go to file
Derek b9f5393fcf Update 2022-11-02 17:29:00 -04:00
static Fix opacity 2018-08-02 14:36:38 -07:00
templates Update 2022-11-02 17:29:00 -04:00
Pipfile Initial commit 2018-06-03 15:41:50 -07:00
Pipfile.lock Initial commit 2018-06-03 15:41:50 -07:00
README.md Add a readme for any poor souls that want to use this 2018-06-03 15:53:28 -07:00
home.py Fix day_seeding_random not being stable for a day 2018-06-14 23:59:17 -07:00

README.md

Home

The home / personal page for the site wot you on

Quickstart

  1. Get yo' dependencies in check

    pip install pipenv
    pipenv install
    
  2. Add some quality content to /static/moodboard

  3. Put that bad boi up

    • For testing

      pipenv shell
      FLASK_APP="home.py" flask run
      
    • For production

      pipenv run gunicorn home:app
      

Longstart

thats all there is

what did you expect its a god damn personal site