16 lines (10 loc) · 708 B
 1---
 2title: "License"
 3description: "How the code and the writing on this site are licensed."
 4---
 5
 6## Code
 7
 8The [source code]({{< param "repo.url" >}}) for this site (templates, styles, and scripts) is licensed under the [MIT License]({{< param "repo.url" >}}/blob/main/LICENSE).
 9
10{{< readfile "LICENSE" >}}
11
12## Articles
13
14All blog posts and other written content on this site are licensed under [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/), unless a specific post states otherwise.
15
16This means you're free to share and adapt the material for any purpose, even commercially, as long as you give appropriate credit and indicate if changes were made.