docspell/website
2020-08-10 17:40:25 +02:00
..
elm Add screencast videos and update docs 2020-08-10 17:40:25 +02:00
site Add screencast videos and update docs 2020-08-10 17:40:25 +02:00
build.sh Update build for new website 2020-07-30 20:33:26 +02:00
elm-analyse.json Initial website 2020-07-30 20:33:26 +02:00
elm.json Initial website 2020-07-30 20:33:26 +02:00
package.json Initial website 2020-07-30 20:33:26 +02:00
README.md Initial website 2020-07-30 20:33:26 +02:00
run-elm.sh Initial website 2020-07-30 20:33:26 +02:00
shell.nix Add a qr-code for source urls 2020-08-03 18:27:13 +02:00
yarn.lock Initial website 2020-07-30 20:33:26 +02:00

Website

This is the docspell website and documentation.

Building

The website is created using zola static site generator. The (very minimal) dynamic parts are written in Elm.

The build.sh script builds the site.

Development

Install things by running yarn install.

Open two terminals. In first run:

nix-shell --run ./run-elm.sh

and in the second

nix-shell --run "cd site && zola serve"

Open browser at localhost:1111.