1
0
Fork 0
forked from adm/website
New ADMStaff website
Find a file
2024-04-24 10:17:29 +02:00
archetypes lab 2024 2024-04-04 10:03:51 +02:00
content fix: wallpaper wrong link 2024-04-19 22:12:38 +02:00
layouts fix: css home wiki pages 2024-04-18 10:49:50 +02:00
resources/_gen/assets/scss/css fix: css home wiki pages 2024-04-18 10:49:50 +02:00
static/img add missing adm logo 2024-04-19 14:24:12 +02:00
themes chore: update readme + new wallpapers page 2024-04-19 19:48:06 +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: format_wiki output 2024-04-21 22:21:28 +02:00
hugo.toml chore: update readme + new wallpapers page 2024-04-19 19:48:06 +02:00
prova prova castora 2024-04-24 10:17:29 +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