drift/docs
Simon Binder 01d48fa0d3
Merge branch 'master' into develop
2020-02-01 22:09:47 +01:00
..
assets/scss Docs: Update hugo and docsy 2020-01-22 21:04:09 +01:00
content/en Merge branch 'master' into develop 2020-02-01 22:09:47 +01:00
layouts Docs: Update hugo and docsy 2020-01-22 21:04:09 +01:00
themes Docs: Update hugo and docsy 2020-01-22 21:04:09 +01:00
.gitignore Replace jekyll docs with docsy example 2019-08-01 21:02:13 +02:00
README.md Better types for nested expressions, more 2.0 docs 2019-09-26 22:46:19 +02:00
config.toml Docs: Update hugo and docsy 2020-01-22 21:04:09 +01:00
package-lock.json Document how to debug the plugin, prepare 2.0 release 2019-10-01 17:58:17 +02:00
package.json Document how to debug the plugin, prepare 2.0 release 2019-10-01 17:58:17 +02:00

README.md

Moor documentation

Contains the source code for the moor documentation, live at moor.simonbinder.eu We use Docsy, a Hugo theme for this website. You'll need the extended version of Hugo as described here.

To work on the documentation, first cd into this directory, then run git submodule update --init --recursive and npm install. To update the dependencies, run git pull --recurse-submodules-

Running the website locally

After the setup, it's just a simple

hugo server