Go to file
Michał Rudowicz 5fa8e52f77
/ build_website (push) Successful in 8s Details
/ build_and_push_container (push) Successful in 7s Details
Change resulting container image registry owner
2025-02-23 21:52:27 +01:00
.forgejo/workflows Change resulting container image registry owner 2025-02-23 21:52:27 +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 Porządki, poprawki 2025-02-17 20:46:25 +01:00
assets Kolorki, logo -> svg 2025-02-17 18:51:45 +01:00
docker Use a base image with server for the serve container image 2025-02-23 19:59:31 +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 update to bootstrap 5.3.2 2023-11-26 16:34:29 +10: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 Created my own README 2025-02-23 20:47:02 +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

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