Static website generator based on an RDF graph data model.
Want a simple but endlessly extensible blog, that doesn't tie you down to rigid categories? Try Graphsby!
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
To make a dev build and run the site on localhost: yarn dev
To build the site for production: yarn build
To run the production site: yarn start