This is a very basic personal website which I use to showcase my work.
If you would like to use this website as a jumping-off point for your own, you can clone the repo.
git clone https://github.com/m0ose01/m0ose01.github.ioThen, install Hugo, and run hugo server in the cloned directory.
cd ./m0ose01.github.io
npm install
hugo serverThis starts a local webserver, which you can browse at localhost:1313.