mirror of https://github.com/AMT-Cheif/drift.git
1672fbbfe8 | ||
---|---|---|
.. | ||
assets/scss | ||
content/en | ||
layouts | ||
themes | ||
.gitignore | ||
README.md | ||
config.toml | ||
package-lock.json | ||
package.json |
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