Hackerspace Website (Klon wg. Rechte)
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
kaqu d637eafdd9
BicycLED new
2 years ago
archetypes Add archetypes. 6 years ago
content BicycLED new 2 years ago
layouts Remove piwik tracking (#42) 2 years ago
static Update PureCSS (#34) 3 years ago
themes updated themes/blackburn and fixed warning with latest hugo verison. 4 years ago
.drone.yml Update hugo (#40) 2 years ago
.editorconfig Add editorconfig. 6 years ago
.gitignore Add resources to ignores 3 years ago
.gitmodules Add theme. 7 years 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 Fix spreadshirt link (#41) 2 years 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.