Source code for my portfolio website, made with Hugo
 
 
 
 
Go to file
gianmarco 182858bdb3 Added 'upload' to the .gitignore file 2022-07-17 21:01:22 +02:00
archetypes Initial commit 2022-07-14 23:12:56 +02:00
content Changed a line about registration on the Matrix server in the ToS 2022-07-17 11:47:43 +02:00
layouts/_default Initial commit 2022-07-14 23:12:56 +02:00
themes/hugo-casper3 Initial commit 2022-07-14 23:12:56 +02:00
.gitignore Added 'upload' to the .gitignore file 2022-07-17 21:01:22 +02:00
README.md Initial commit 2022-07-14 23:12:56 +02:00
compile Initial commit 2022-07-14 23:12:56 +02:00
config.toml Initial commit 2022-07-14 23:12:56 +02:00

README.md

gmgsite

The source code to Gianmarco's website

This portfolio website is simply a bunch of Markdown files that get compiled into HTML and CSS by a static site generator called Hugo. It's using a modified version of the hugo-casper3 theme by Jonathan Janssens.

The script compile will cleanup the "public" folder (or create it if it doesn't exist) and will then compile the site into that folder.