gmgsite/README.md

8 lines
527 B
Markdown
Raw Normal View History

2022-07-14 23:12:56 +02:00
# 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](https://gohugo.io). It's using a modified version of the [hugo-casper3 theme](https://github.com/jonathanjanssens/projects/hugo-casper3) by [Jonathan Janssens](https://github.com/jonathanjanssens).
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.