This repository hosts the source code for my personal portfolio website. Powered by Hugo and PaperMod
Before proceeding please ensure you have installed Hugo
-
Update the PaperMod theme with the following command after cloning the repository:
git submodule update --init --recursive
-
To run a development server use the following command:
hugo server -D
To build a static website run the following command:
hugo build --minify
This project is licensed under the GPL-3.0 license. See the file LICENSE
for more information.
If you plan to use any part of this source code in your website/portfolio, I would be really grateful if you include some form of credit somewhere.