Our homepage built with hugo https://www.dezentrale.space
 
 
 
 
Go to file
sixtus eaab4cffa3 Fix description in readme
- Use reusable links to Hugo install howto and theme
- Mention my nick consistently (people can find me by that name, not by my old name)
- Add git command examples that properly setup the theme submodule
  - either initial all at once
  - or to fix missing afterwards
- Keep 80 column limit
2022-07-14 14:19:41 +02:00
assets Properly include "remote events" into the common event_weekly shortcode 2022-01-29 18:48:36 +01:00
content Add another alias for the thank you page: "/thanks" (instead of "/intern/thanks") 2022-07-14 14:05:40 +02:00
data Preregister values for our (upcoming) phone numbers (ChaosComputerClubtelefon) - but leave current as is for now 2022-07-14 14:05:40 +02:00
layouts/shortcodes Do not create random ids based on current time 2022-02-27 12:10:14 +01:00
static Set symlink for logo from "assets" to "static" folder, so it's accessible without resource fingerprint 2022-07-14 14:05:40 +02:00
themes Fix 2022-07-12 00:14:20 +02:00
.editorconfig Implement some basic 'event_weekly' shortcode and add pages for our recurring events 2021-09-14 21:13:03 +02:00
.gitignore Drop broken .gitignore entry that avoids updates of submodules to be pickup (missing in #54, introduced in #51) 2022-07-14 14:07:59 +02:00
.gitmodules Add theme 2021-06-20 12:58:56 +02:00
README.md Fix description in readme 2022-07-14 14:19:41 +02:00
auto_build.sh Enable option to use some custom path to hugo 2022-05-14 18:18:58 +02:00
config.yaml Rename strange title for git url 2022-07-14 14:05:40 +02:00

README.md

Hello

Yes, this is dog?

Das ist unsere Webseite!

Modern, fantastisch, toll, mit Konfetti und sogar Jahr 2000 kompatibel!!1!

Wissenswert

  • Hugo Seite

    • Theme - gebastelt von Sixtus, spezielle Änderungen möglich
  • Ein direkter push in den main branch ist nicht möglich

    • Bitte per Merge-Request (oder Pull-Request, oder wie das hier auch immer heißt arbeiten).
  • Der main branch wird automatisch vom auto_build.sh script deployed.

    • Sollte™ alle zwei Minuten passieren
  • Um die Seite erfolgreich lokal zu starten, muss Hugo und das von Sixtus entwickelte Theme installiert sein.

    • Entweder ein initialer clone via

      git clone --recursive ssh://git.dezentrale.cloud/Frontend/Homepage
      
    • … oder nachträglich initialisieren

      git clone ssh://git.dezentrale.cloud/Frontend/Homepage
      cd Homepage
      git submodule update --init --recursive
      

Ansonsten - Be excellent!