/ build_website (push) Successful in 8s
Details
/ build_and_push_container (push) Successful in 7s
Details
|
||
---|---|---|
.forgejo/workflows | ||
.vscode | ||
_data | ||
_includes | ||
_layouts | ||
_sass | ||
assets | ||
docker | ||
images | ||
.gitignore | ||
Gemfile | ||
LICENSE | ||
ORIGINAL_README.md | ||
README.md | ||
_config.yml | ||
index.md | ||
kontakt.md |
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