My portfolio
Welcome to my portfolio source, it uses hugo to generate the site, and it uses the nostyleplease theme.
Build
Build the site (it uses docker by default to use hugo, if you have hugo installed, you can uncomment the hugo=hugo line in the Makefile) :
make build
Dev mode
You can run hugo in dev mode using the following command :
make dev
Languages
Makefile
100%