drift/docs
Simon Binder 3470d0485a
Add current_time_millis SQL function (#857)
2020-10-11 11:25:21 +02:00
..
assets/scss Docs: Update hugo and docsy 2020-01-22 21:04:09 +01:00
content/en Add current_time_millis SQL function (#857) 2020-10-11 11:25:21 +02:00
layouts Prepare 3.3.0 release 2020-07-28 22:30:04 +02:00
themes docs: Update docsy and hugo 2020-09-24 19:15:22 +02:00
.gitignore Replace jekyll docs with docsy example 2019-08-01 21:02:13 +02:00
README.md docs: Update docsy and hugo 2020-09-24 19:15:22 +02:00
config.toml docs: Update docsy and hugo 2020-09-24 19:15:22 +02:00
package-lock.json Docs: Add missing postcss dependency too 2020-09-24 20:01:04 +02:00
package.json Docs: Add missing postcss dependency too 2020-09-24 20:01:04 +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