diff options
Diffstat (limited to 'index.md')
-rw-r--r-- | index.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -68,3 +68,15 @@ Pages. | |||
68 | - [Quarto (reference)](https://quarto.org/docs/reference/index.html) | 68 | - [Quarto (reference)](https://quarto.org/docs/reference/index.html) |
69 | - [Nix guides](https://nixos.org/learn.html) | 69 | - [Nix guides](https://nixos.org/learn.html) |
70 | - [GitLab CI configuration reference](https://docs.gitlab.com/ee/ci/yaml/) | 70 | - [GitLab CI configuration reference](https://docs.gitlab.com/ee/ci/yaml/) |
71 | |||
72 | |||
73 | ## Licence | ||
74 | |||
75 | The code of this example is licensed under the [CC BY-NC 4.0]. | ||
76 | |||
77 | It can be used as a template for course websites, without requiring the | ||
78 | publication of the added original content (which can may contain exercise | ||
79 | solutions not meant to be shared publicly). | ||
80 | |||
81 | [CC BY-NC 4.0]: https://creativecommons.org/licenses/by-nc/4.0/ | ||
82 | |||