- Built with: Jekyll
- Hosting service: GitHub Pages
- Domain provider: Namecheap
- PDF: LaTeX
- Table of content: Tocify.js
- Mathematics: mathjax
- Pseudocode: Pseudocode.js and KaTeX
- JavaScript: jQuery
- Overall content: Gwern Branwen
- Overall design: simply-jekyll by raghuveerdotnet
- Display image: Artist
- Deployment for custom plugins: jekyll-deploy-action by jeffreytse and ThiefMaster
- Autocompile while editing (keep it running):
bundle exec jekyll serve --livereload;
bundle exec jekyll serve # Compile Jekyll files (then ctrl-c after compiling is completed)
JEKYLL_ENV=production bundle exec jekyll build # Prepare production version
# push to the repo
git add .
git commit -m "COMMENT"
git push origin master