gmgsite/README.md

10 lines
653 B
Markdown
Raw Normal View History

2022-07-14 23:12:56 +02:00
# gmgsite
## The source code to Gianmarco's website
[![license](https://img.shields.io/badge/license-AGPL--3.0-lightgreen?style=flat-square)](https://www.gnu.org/licenses/agpl-3.0.html)
2022-08-07 02:32:36 +02:00
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/hugo-casper3) by [Jonathan Janssens](https://github.com/jonathanjanssens).
2022-07-14 23:12:56 +02:00
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.