From 11711a493bbe5e5d37d69931c72d0e1a19b4c902 Mon Sep 17 00:00:00 2001 From: Patrick Altmeyer <55311242+pat-alt@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:36:30 +0200 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d63f3dce..bac83daa 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # pat-alt.github.io -This repository contains all the code that builds my [homepage](https://www.paltmeyer.com/). It was originally built through `blogdown`, an R package by [Yihui Xie](https://yihui.org/) and powered by Hugo. Recently I have moved to Quarto. \ No newline at end of file +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![CC BY 4.0][cc-by-shield]][cc-by] + +This repository contains the source code used to build my [website](https://www.patalt.org/) hosted at [www.patalt.org](https://www.patalt.org/). + +## Tools and Licensing + +The website is powered by [Quarto](https://quarto.org/). The source code is licensed under a [MIT License](LICENSE). All content is published under a [Creative Commons Attribution 4.0 International License][cc-by]. The site was originally built through `blogdown`, an R package by [Yihui Xie](https://yihui.org/) and powered by Hugo. + +## Theme + +The website theme is based on the [quarto-julia](https://github.com/pat-alt/quarto-julia) extension, which is itself licensed under a [MIT License](LICENSE). + +[cc-by]: http://creativecommons.org/licenses/by/4.0/ +[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg