drift/docs
Simon Binder 34c9908552
Write basic guide on unit testing with moor
2019-10-20 13:45:54 +02:00
..
assets/scss Better types for nested expressions, more 2.0 docs 2019-09-26 22:46:19 +02:00
content/en Write basic guide on unit testing with moor 2019-10-20 13:45:54 +02:00
layouts Write meta description tag in documentation 2019-08-18 11:35:08 +02:00
themes Replace jekyll docs with docsy example 2019-08-01 21:02:13 +02: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 Redirect netlify links to simonbinder.eu domain 2019-08-17 21:26:02 +02: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