New ADMStaff website
Find a file
2026-01-09 15:11:11 +01:00
archetypes lab 2024 2024-04-04 10:03:51 +02:00
content new about 2026-01-09 15:11:11 +01:00
layouts chore: newline 2024-09-12 16:12:44 +02:00
public/img fix: immagine laboratori 25-26. Push anche public/img/nuovaimmagine 2025-11-24 09:33:16 +00:00
resources/_gen/assets/scss/css fix: css home wiki pages 2024-04-18 10:49:50 +02:00
static/img new labs 25 26 2025-10-16 18:13:32 +02:00
themes update theme submodule 2024-09-12 16:15:05 +02:00
.gitattributes track jpg with lfs 2024-05-04 12:07:34 +02:00
.gitignore ignored public and resources 2024-03-27 18:43:26 +01:00
.gitmodules using forked theme 2024-03-27 16:34:26 +01:00
.hugo_build.lock new website 2024-03-27 16:23:59 +01:00
format_wiki.py fix: bug on continue 2025-03-24 17:14:06 +01:00
hugo.toml add lang 2026-01-09 14:29:56 +01:00
README.md fix: update main readme 2024-04-20 16:32:56 +02:00

ADMStaff website: https://students.cs.unibo.it

To contribute to the website, you can edit the markdown files in the content directory.

Firstly, you need to install Hugo. Next, once you have cloned the repo, you need to:

1. Install submodules

git submodule init && git submodule update

2. Format the Wiki

Use this command to compile the wiki into hugo format:

Note: Do not push any changes on the adm-wiki submodule

python3 format_wiki.py

3. Compile the Website

hugo

For local hosting

hugo server