- The Portfolio is generated by Hugo. Using themes anatole.
- Publishing this site with Firebase Hosting.
- Run by Github Action.
// Start locally under /dev. Runs the app in the development mode.
$ hugo server -D
// Update the submodule when it is cloned again.
$ git submodule update --init --recursive
// When deploying, build under /develop
$ hugo