2019-08-01 11:56:23 -07:00
|
|
|
# Moor documentation
|
|
|
|
Contains the source code for the moor documentation, live at moor.simonbinder.eu
|
|
|
|
We use [Docsy](https://github.com/google/docsy), a Hugo theme for this website. You'll need the extended version of Hugo as described
|
|
|
|
[here](https://www.docsy.dev/docs/getting-started/).
|
|
|
|
|
2019-08-17 09:25:56 -07:00
|
|
|
To work on the documentation, first cd into this directory, then run `git submodule update --init --recursive` and
|
2020-09-24 10:15:22 -07:00
|
|
|
`npm install`. To update the dependencies, run `git pull --recurse-submodules`.
|
2019-08-01 11:56:23 -07:00
|
|
|
|
|
|
|
## Running the website locally
|
|
|
|
After the setup, it's just a simple
|
|
|
|
```
|
|
|
|
hugo server
|
|
|
|
```
|