1
0
Fork 0
IT-Syndikat current (TM) website. Feel free to raise issues with our thing here!
Find a file
2025-01-26 14:22:54 +01:00
.forgejo/workflows Reuqire each other 2025-01-21 18:18:12 +01:00
archetypes Initial commit 2025-01-18 22:26:45 +01:00
assets slightly tweak styles 2025-01-26 14:13:28 +01:00
content replace ancient anguist post image link for now to fix build 2025-01-26 14:13:56 +01:00
i18n start implementing multilang 2025-01-25 20:29:40 +01:00
layouts better responsive images 2025-01-26 14:13:12 +01:00
static use hugo template for robots.txt 2025-01-26 13:58:15 +01:00
themes Update mainraod to latest master 2025-01-25 20:40:01 +01:00
.editorconfig Please use tabs 2025-01-20 22:16:00 +01:00
.gitattributes extend gitattributes for more lfs 2025-01-26 14:22:54 +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 better responsive images 2025-01-26 14:13:12 +01:00
README.md Add deployment section to README 2025-01-21 11:46:36 +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.

Deployment

This website is auto deployed using a forgejo runner and forgejo actions. A testing step including a linter has been included to prevent the pipeline from deploying broken sites. If you changes do not deploy, please check the actions tab.