Skip to content

AIT-brainlab/ait-brainlab.github.io

Repository files navigation

About this repository

This repository is used for hosting the GitHub page of the AIT Brainlab website. This branch is version 2 of the site using HUGO https://gohugo.io

For development

This project is built on Docker.

All you need to do is cloned this repository and then build an image using docker compose

docker compose up --build -d

To start a dev server, run

docker compose exec dev hugo server --bind 0.0.0.0 --poll 700ms --noHTTPCache

To deploy

With a new GitHub Action, the compile process is now done in GitHub. It no longer requires the user to manually build the site themselves. With this new action, all you have to do is commit a new change to the main branch.

However, you can still run the compiling command for debugging purposes.

docker compose exec dev hugo

The compiled /docs folder is ignored anyway.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •