Hackerspace Website https://www.hacknology.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Robert Jacob d88320da40
continuous-integration/drone/push Build is passing Details
news: Veranstaltung von GDG Bodensee (#74)
3 weeks ago
archetypes Add archetypes. 6 years ago
content news: Veranstaltung von GDG Bodensee (#74) 3 weeks ago
layouts Add link to Mastodon (#68) 7 months ago
static Add link to Mastodon (#68) 7 months ago
themes Theme und Hugo aktualisiert (#61) 9 months ago
.drone.yml Theme und Hugo aktualisiert (#61) 9 months ago
.editorconfig Add editorconfig. 6 years ago
.gitignore Theme und Hugo aktualisiert (#61) 9 months ago
.gitmodules Updated news and submodule configuration (#54) 1 year ago
.markdownlint.json Theme und Hugo aktualisiert (#61) 9 months ago
README.md Remove section about outdated hugo version provided through apt in README. It's been updated and is usable for now. 2 years ago
config.toml Add link to Mastodon (#68) 7 months ago

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.