Hackerspace Website (Klon wg. Rechte)
 
 
 
Go to file
Robert Jacob 290a3ff91d Aktuelle Information zu Treffpunkt und Covid (#47)
Co-authored-by: Robert Jacob <xperimental@solidproject.de>
Co-committed-by: Robert Jacob <xperimental@solidproject.de>
2021-07-18 00:12:00 +00:00
archetypes Add archetypes. 2017-07-09 19:34:23 +02:00
content Aktuelle Information zu Treffpunkt und Covid (#47) 2021-07-18 00:12:00 +00:00
layouts Remove piwik tracking (#42) 2021-04-17 20:22:40 +00:00
static Update PureCSS (#34) 2020-10-06 20:21:48 +00:00
themes updated themes/blackburn and fixed warning with latest hugo verison. 2019-10-06 23:42:23 +02:00
.drone.yml Update hugo (#40) 2021-02-04 20:51:59 +00:00
.editorconfig Add editorconfig. 2017-07-09 18:15:06 +02:00
.gitignore Add resources to ignores 2020-06-14 13:26:26 +02:00
.gitmodules Add theme. 2016-08-09 22:12:42 +02: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 Fix spreadshirt link (#41) 2021-03-20 13:34:58 +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.