docspell/website
2020-07-31 22:40:06 +02:00
..
elm Website tweaks 2020-07-31 22:40:06 +02:00
site Website tweaks 2020-07-31 22:40:06 +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 Initial website 2020-07-30 20:33:26 +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.