/katzenpost-website

Website for Katzenpost project

Primary LanguageJavaScriptCreative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

Katzenpost Website

This repository contains the sources of the Katzenpost website

This is not the Katzenpost Documentation code you might be looking for...

Download

git clone https://github.com/katzenpost/website.git
cd website/

Developing or building the source code requires:

Develop

To build locally and watch for live changes, run:

cd website/
hugo server -w -v --buildFuture --buildDrafts

Build

To build for deployment, run:

rm -rf /path/to/html/katzenpost.network/*
hugo -d /path/to/html/katzenpost.network/ --buildFuture

License

The content of this repository except images is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.

image