This is a personal website built with Hugo and the PaperMod theme.
Make sure you have Hugo installed.
- Clone the repository:
git clone <repository-url> cd <repository-name>
- Run the Hugo development server:
Your site will be available at
hugo server
http://localhost:1313/.
To build the static site, run:
hugoThis will generate the static files in the public/ directory.
This site is configured for deployment with Netlify. Simply push your changes to the main branch of your GitHub repository, and Netlify will automatically build and deploy your site.
Refer to the Hugo documentation for instructions on updating Hugo.
If you have the theme as a Git submodule, you can update it by running:
git submodule update --remote --mergeCustom CSS can be added to assets/css/custom.css.