Website for OpenBeeLab.org
This website is built locally with Lektor, a static CMS written in python.
TODO - write a tutorial for writers
- Install Lektor on your machine
- Add / Edit content
- Commit your changes
- Submit a pull request
- Open the file
openbeelab.lektorproject
and replaceUSER
with your ssh username on the hostweb.openbeelab.org
You should have the right to
ssh [email protected]
- Build the site locally and deploy it via rsync:
lektor build && lektor deploy
This is a work in progress by em-ak
- Install Lektor on your machine
- Clone this repo
- Run
lektor server
at the root of the repo - Visit http://localhost:5000
Then you should consult Lektor documentation.