This is the source code for my Hugo website.
To run this site locally, you need to have Hugo installed. You can download Hugo from here.
-
Clone the repository:
git clone <your-repository-url> cd <your-repository-folder>
-
Start Hugo server:
hugo server
-
Open your browser and visit
http://localhost:1313
to view the site.
To generate the static site for deployment, run:
hugo
The generated static files will be in the public/ folder.
- Based on Theme by Adrián Moreno Peña with little modifications
Cod "as is"