link2xt / katzenpost-website

Website for Katzenpost project

Home Page:https://katzenpost.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Website for Katzenpost project

https://katzenpost.network

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:JavaScript 62.9%Language:CSS 26.3%Language:HTML 6.1%Language:SCSS 4.7%