The website for the infosec group IMEsec. https://imesec.ime.usp.br.
After cloning the repository, run
npm i
bundle install
To develop, run
npx webpack -w
In one console, and
bundle exec jekyll serve
in another.
The nginx deploy config is on deploy/nginx.conf
.
You can run the production deployment like so:
docker build . -t imesec/website
docker run -p 5000:5000 imesec/website