Roxy


Local development

In the repository for this site there are a few bash scripts to help get an okay experience developing locally. Running ./start.sh will set up a watcher to detect files changes, regenerate the files, and host a python HTTP server at localhost:8000.

Create a file named .env and add these variables, substituting their values for appropriate ones.

IN="my/input/dir"
OUT="my/output/folder"
WATCH="./layouts/ ./includes/ $IN"