drift/docs
Simon Binder 263004fe7b
Option to use the column name as json key in moor files
Closes #176
2019-10-17 21:44:20 +02:00
..
assets/scss Better types for nested expressions, more 2.0 docs 2019-09-26 22:46:19 +02:00
content/en Option to use the column name as json key in moor files 2019-10-17 21:44:20 +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