Skip to content

dannykennedy/graphsby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphsby

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!

Create a virtual environment

python3 -m venv .venv

Activate it

source .venv/bin/activate

Install dependencies

pip3 install -r requirements.txt

Run the server

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

About

Static website generator based on a simple graph data model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages