Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 591 Bytes

readme.md

File metadata and controls

24 lines (19 loc) · 591 Bytes

Engelsystem Documentation

The Engelsystem Docs Page is generated using HUGO and uses the Hugo Learn Theme. For installation instructions see the Hugo install docs

Local server

You can build and serve the docs locally using:

hugo server

Build the page

hugo

Clone repo

Use git clone --recurse-submodules to clone the theme submodule.

Update theme

git submodule update --init --recursive
git submodule foreach git pull origin main