Initial website

This commit is contained in:
Eike Kettner
2020-07-27 22:13:22 +02:00
parent dbd0f3ff97
commit f8c6f79b10
160 changed files with 8854 additions and 64 deletions

30
website/README.md Normal file
View File

@ -0,0 +1,30 @@
# Website
This is the docspell website and documentation.
## Building
The website is created using [zola](https://github.com/getzola/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:
``` shell
nix-shell --run ./run-elm.sh
```
and in the second
``` shell
nix-shell --run "cd site && zola serve"
```
Open browser at `localhost:1111`.