Official website https://www.chu-iu.pro/
- Implementation of nunocoracao/blowfish
- Hosting on Github Pages
# with docker
docker run --rm -it \
-v $(pwd):/src \
-p 1313:1313 \
klakegg/hugo:0.111.3 \
server
# with hugo
hugo server
# visit http://localhost:1313 from browser
git submodule update --remote --merge
Commit or merge PR to main
branch