This repository contains the sources of the Katzenpost website
This is not the Katzenpost Documentation code you might be looking for...
git clone https://github.com/katzenpost/website.git
cd website/
Developing or building the source code requires:
- Hugo mininum version v0.100.0 extended
To build locally and watch for live changes, run:
cd website/
hugo server -w -v --buildFuture --buildDrafts
To build for deployment, run:
rm -rf /path/to/html/katzenpost.network/*
hugo -d /path/to/html/katzenpost.network/ --buildFuture
The content of this repository except images is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.