Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 465 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 465 Bytes

linkvt.github.io

Repository of my simple personal website built with hugo.

Setup

Dependencies

  • nodejs
  • pnpm

Development

Start a live development server with pnpm start to auto-build and refresh the website after changes in the code.

Build

  • pnpm i to install all dependencies
  • pnpm build to build the project to public/

CI

Github actions are used to build the website in the master branch for all pushes to the dev branch.