drift/docs
Simon Binder 4f96c255ee
Fix case in imports
2019-08-03 16:27:24 +02:00
..
assets/scss Style customization for new documentation 2019-08-03 14:30:37 +02:00
content/en Fix case in imports 2019-08-03 16:27:24 +02:00
layouts Replace jekyll docs with docsy example 2019-08-01 21:02:13 +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 Replace jekyll docs with docsy example 2019-08-01 21:02:13 +02:00
config.toml Style customization for new documentation 2019-08-03 14:30:37 +02:00
package-lock.json Replace jekyll docs with docsy example 2019-08-01 21:02:13 +02:00
package.json Replace jekyll docs with docsy example 2019-08-01 21:02:13 +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 an npm install.

Running the website locally

After the setup, it's just a simple

hugo server