Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • ev_38c3
  • imgs_ev_37c3
  • hugo_0.128
  • docker-update
  • l3d
  • post_gpn23
  • ev_cccamp23
  • maps
  • lightgallery-270
  • licence
  • sort_photos
  • imgs_ev_rc3-2020
  • imgs_ev_cccamp19
  • imgs_ev_cccamp15
  • imgs_ev_36c3
  • imgs_ev_35c3
  • imgs_ev_34c3
  • imgs_ev_33c3
  • imgs_ev_32c3
  • v2.0.0
  • v1.0.0
22 results

signs.pages.git.cccv.de

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Ral authored
    f86fdd6b
    History

    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/.