New ADMStaff website
Find a file
2025-10-02 13:43:47 +02:00
archetypes lab 2024 2024-04-04 10:03:51 +02:00
content linux party 2025 2025-10-02 13:43:47 +02:00
layouts chore: newline 2024-09-12 16:12:44 +02:00
resources/_gen/assets/scss/css fix: css home wiki pages 2024-04-18 10:49:50 +02:00
static/img linux party 2025 2025-10-02 13:43:47 +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 chore: update readme + new wallpapers page 2024-04-19 19:48:06 +02: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