project setup
This commit is contained in:
commit
8394b08524
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
|
@ -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
|
25
README.md
Normal file
25
README.md
Normal file
|
@ -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
|
Loading…
Reference in a new issue