Repository of my simple personal website built with hugo.
- nodejs
- pnpm
Start a live development server with pnpm start
to auto-build and refresh the website after changes in the code.
pnpm i
to install all dependenciespnpm build
to build the project topublic/
Github actions are used to build the website in the master branch for all pushes to the dev branch.