The c3sign Website
This git
repository contains the c3sign.de
website.
Static content
This website is build with the static site generator Hugo.
Development
For local development, run:
hugo server
from this top level directory.
Point your webbrowser to:
http://localhost:1313/
to view the page.
Build
Manually run:
rm -rf public/
hugo --minify
to get a fresh static build in public/
.