commit 8394b0852487657f464d33843463fc2dd4033238 Author: Jannik Beyerstedt Date: Sat Jul 8 20:29:56 2023 +0200 project setup diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..29db922 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Created by https://www.toptal.com/developers/gitignore/api/hugo +# Edit at https://www.toptal.com/developers/gitignore?templates=hugo + +### Hugo ### +# Generated files by hugo +/public/ +/resources/_gen/ +/assets/jsconfig.json +hugo_stats.json + +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + +# Temporary lock file while building +/.hugo_build.lock + +# End of https://www.toptal.com/developers/gitignore/api/hugo diff --git a/README.md b/README.md new file mode 100644 index 0000000..8f9cb16 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# CCCHH Website + +The new CCCHH website powered by the [HUGO](https://gohugo.io/) static site generator. + +## Website vs. Wiki + +The website should contain information for new people about the club as well as upcoming events. +The blog should also still exist. +All other information like details on groups, projects and recurring events should be in the wiki. + +- start page (onepager) + * who we are + * announcements aka current blog entry (if in the future) + * visit us -> open chaos + link to wiki for all recurring events + * event calendar + * groups, e.g. CTF team, CMS, freifunk, etc. + * directions (map) +- blog, split into: + * (event) announcements + * other blog posts and press releases +- imprint + +## Usage + +TODO