Skip to content
Snippets Groups Projects
Jan Dillenberger's avatar
Jan Dillenberger authored
e05d3867
History

PASST Documentation

This repository contains the documentation for the PASST-Plattform. It is based on Hugo and creates a Website from the markdown contents of its content repository

Table of Contents

Usage

You need to have Hugo installed to build the documentation. Then just download it and run hugo.

git clone git@gitlab.uni-koblenz.de:SPITZE/passt-creation-guide-plattform.git --recurse-submodules
cd passt-creation-guide-plattform
hugo

If you use hugo serve instead of only hugo you get a development server.

To get the newest content and theme version from its online repository just use the following command.

To update theme and website contents use git pull with the --recurse-submodules flag.

git pull --recurse-submodules