Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 637 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 637 Bytes

Source of sdaps.org

The sdaps (Scripts for data acquisition with paper based surveys) has a hugo-based website for it's documentation and tutorials. Everyone is welcomed to further improve the documentation of sdaps via this repository. Just send us a pull request.

First install hugo. Then clone this repo.

With the following you set up the hugo-material-docs theme as submodule:

git submodule update --init

git submodule sync

Then start the server with:

hugo server -D for an interactive delevopment server

hugo for generating the website in the output folder for uploading