1
0
Fork 0
Go to file
Michał Rudowicz fda68da43a Small fixes, easy serve using the build container image 2025-02-24 08:17:00 +01:00
.forgejo/workflows Small fixes, easy serve using the build container image 2025-02-24 08:17:00 +01:00
.vscode updating sorting and limiting of services, improve service dummy content 2022-06-27 10:31:24 +10:00
_data node20 -> node, fix z drukarkami 2025-02-17 21:57:30 +01:00
_includes Kolorki, logo -> svg 2025-02-17 18:51:45 +01:00
_layouts Porządki, poprawki 2025-02-17 20:46:25 +01:00
_sass Small fixes, easy serve using the build container image 2025-02-24 08:17:00 +01:00
assets Kolorki, logo -> svg 2025-02-17 18:51:45 +01:00
docker Small fixes, easy serve using the build container image 2025-02-24 08:17:00 +01:00
images Porządki, poprawki 2025-02-17 20:46:25 +01:00
.gitignore refresh theme 2020-08-23 20:01:06 +10:00
Gemfile Small fixes, easy serve using the build container image 2025-02-24 08:17:00 +01:00
LICENSE update baseurl and license email 2021-03-09 13:57:17 +10:00
ORIGINAL_README.md Created my own README 2025-02-23 20:47:02 +01:00
README.md Small fixes, easy serve using the build container image 2025-02-24 08:17:00 +01:00
_config.yml Created my own README 2025-02-23 20:47:02 +01:00
index.md Porządki, poprawki 2025-02-17 20:46:25 +01:00
kontakt.md Porządki, poprawki 2025-02-17 20:46:25 +01:00

README.md

hswro.org website

Common tasks

Testing the website locally

Assuming that you have installed Jekyll properly, run: bundle exec jekyll serve

Alternative is to use docker/podman. In the repo directory:

docker run -p="4000:4000" --volume="$PWD:/data:Z" -it git.hswro.org/hswro/hswro_org_build:latest

Doesn't work for me or I'm too lazy to do it

Forgejo Actions should generate it for you, then you should be able to download the compressed website ready for viewing locally.

Speaking of which, how to change something in Forgejo Actions

Edit .forgejo/workflows/build-jekyll.yml keeping in mind that Forgejo Actions is based on the most unhinged piece of techbro engineering called GitHub Actions, so you are not going to enjoy it if you've used any sane CI before.

Editing the website

Edit the markdown file which you want to edit. As of now there are two files: index.md and kontakt.md.

Editing the thingies that show the places in the hackerspace on the main page

Check out the _data/features.json file.

Editing the layout of the main page

Edit _layouts/home.html

Editing the menu on top or on the bottom

Edit _data/menus.yml