gmgsite/README.md

12 lines
1013 B
Markdown

# 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)
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).
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.
The site itself (meaning the configurations and theme) is licensed under the GNU Affero General Public License 3.0, the content such as text, images and other multimedia are licensed under different licenses where noted. For more information, refer to the Markdown page at `content/copyright.md` or to [this page on the site](https://gianmarco.gg/copyright).