Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 589 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 589 Bytes

Loomio Help Documentation

This is a Hugo project.

Setup

Install Hugo (on MacOS):

brew install hugo

Fetch this repo

git clone [email protected]:loomio/loomio_help.git

Fetch the theme repo

cd themes/
git clone [email protected]:loomio/loomio-hugo-theme.git

Development

Run hugo

hugo serve --disableFastRender

And open http://localhost:1313/ and edit some content. It will live reload.

Publish

For Loomio devs, You'll need your public ssh key added to docs.loomio.org, then

./publish.sh