Hackerspace Website https://www.hacknology.de
 
 
 
Go to file
junkrat 16ff696975
continuous-integration/drone/push Build is passing Details
Bericht zum Chaos Communication Camp 23 (#83)
Co-authored-by: junkrat <junkrat@users.noreply.github.com>
Co-authored-by: BruegelN <BruegelN@crashing.systems>
Co-authored-by: Robert Jacob <xperimental@solidproject.de>
Reviewed-on: #83
Co-authored-by: junkrat <junkrat@noreply.git.hacknology.de>
Co-committed-by: junkrat <junkrat@noreply.git.hacknology.de>
2023-09-14 17:18:25 +00:00
archetypes Add archetypes. 2017-07-09 19:34:23 +02:00
content Bericht zum Chaos Communication Camp 23 (#83) 2023-09-14 17:18:25 +00:00
layouts Add link to Mastodon (#68) 2022-11-15 23:42:23 +00:00
static Add link to Mastodon (#68) 2022-11-15 23:42:23 +00:00
themes Theme und Hugo aktualisiert (#61) 2022-09-03 11:23:56 +00:00
.drone.yml Theme und Hugo aktualisiert (#61) 2022-09-03 11:23:56 +00:00
.editorconfig Add editorconfig. 2017-07-09 18:15:06 +02:00
.gitignore Theme und Hugo aktualisiert (#61) 2022-09-03 11:23:56 +00:00
.gitmodules Updated news and submodule configuration (#54) 2022-03-26 20:16:11 +00:00
.markdownlint.json Theme und Hugo aktualisiert (#61) 2022-09-03 11:23:56 +00:00
README.md Remove section about outdated hugo version provided through apt in README. It's been updated and is usable for now. 2021-06-15 23:39:38 +02:00
config.toml Add link to Mastodon (#68) 2022-11-15 23:42:23 +00:00

README.md

Website der hacKNology e.V.

Ansicht hier: https://www.hacknology.de

Bearbeiten

Repository der Website klonen (setzt installierten git-Client voraus):

git clone --recurse-submodules https://git.hacknology.de/hacknology/website.git

Nun kann die Website bearbeitet werden.

Wenn man sich ansehen möchte wie die Änderungen aussehen muss man sich Hugo installieren (siehe FAQ) und dann folgendes ausführen:

hugo server

Nun läuft ein lokaler Server, der die Website in einer Vorschau anzeigt. Standardmäßig ist dieser bei http://localhost:1313 .

Automatisches Update

Wenn eine Änderung nach "master" gepushed wird, dann baut sich die Website automatisch. Der aktuelle Status wird durch das folgende Bild visualisiert:

Build Status

FAQ:

Wie installiere ich hugo?

Failed to add template [...] function “hugo” not defined

Bitte sicherstellen, das hugo version >= 0.58.x installiert ist.