1
0
Fork 0
IT-Syndikat current (TM) website. Feel free to raise issues with our thing here!
Find a file
2025-01-21 02:25:33 +01:00
.forgejo/workflows LINT IT 2025-01-21 00:53:25 +01:00
archetypes Initial commit 2025-01-18 22:26:45 +01:00
assets make sensor widget fancier 🧙 2025-01-21 00:21:20 +01:00
content Merge branch 'master' into markdownlinter 2025-01-21 00:33:19 +01:00
i18n add missing i18n directory 2025-01-19 20:09:09 +01:00
layouts fix social sidebar icon sizing and move svgs 2025-01-21 00:31:43 +01:00
static responsive images and fix even more images 🖼 2025-01-19 21:23:41 +01:00
themes Update to latest commit 2025-01-21 00:36:19 +01:00
.editorconfig Please use tabs 2025-01-21 00:24:29 +01:00
.gitattributes Add gitattributes 2025-01-18 22:28:26 +01:00
.gitignore Initial commit 2025-01-18 22:26:45 +01:00
.gitmodules Initial commit 2025-01-18 22:26:45 +01:00
convert.py Initial commit 2025-01-18 22:26:45 +01:00
go.mod add atom feed 2025-01-19 01:04:03 +01:00
go.sum add atom feed 2025-01-19 01:04:03 +01:00
hugo.toml slightly adjust feed link handling 2025-01-21 02:25:33 +01:00
README.md Make linter happy 2025-01-21 00:20:09 +01:00

ITS-Website

    it-syndikat.org

  ▀███▀  ███  ▄██▀██▄
   ▓██   ███  ▓██ ███
   ▒▓█  ▄▓██▄ ▒▓█▄▄▄▄
   ▄▄▄   ███  ▄▄▄ ███
 · ▓██   ▓██  ▓██ ▓██ ·
   ▒██   ▒██  ▒██ ▒██
   ░▒█   ░▒█  ░▒█ ░▒█
   ▄▄▄   ▄▄▄  ▄▄▄▄▄▄▄
  ▄███▄  ███  ▀█dH.█▀

 glory to the syndicate

About

This repository contains the https://it-syndikat.org or https://www.it-syndikat.org website, whichever one floats your boat higher.

Edit the site

Dependencies

  • hugo
  • git
  • git-lfs
  • Golang (for hugo modules)

After installing git-lfs run git lfs install once to make it available system-wide.

Cloning

This site uses git submodules and lfs. Clone this repo with --recursive or run git submodule init && git submodule update after cloning for submodule availability. If you had git-lfs installed already, you should be good to go, if not, you need to run git lfs pull.

Testing

This site was built using Hugo. To preview the site while editing it, you can use the hugo server command.

To build it locally run hugo build.