This is the repository for my website (built with lektor) at karlrosaen.com.
To run:
$ lektor server
If you want to update the webpack files, you need npm
installed
and then run it like this:
$ lektor server -f webpack
If you want to view the rendered notebooks, you need jupyter and nbconvert installed and then run:
$ . render-notebooks.sh
If you wish to run with docker, you can build an image and run it like so:
$ docker build -t lektor lektor-dockerfile
$ . start-lektor