← go back home

License

This website uses a dual-license model. Different parts of the repository
are licensed under different terms, as described below.

──────────────────────────────────────────────────────────────────────────────
Code
──────────────────────────────────────────────────────────────────────────────

All source code contained in this repository, including but not limited to:

- Hugo configuration files
- Layouts and templates
- Shortcodes and partials
- Stylesheets and scripts
- Code samples embedded in posts

is licensed under the MIT License.

You are free to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the code, subject to the terms of the MIT License.

See the MIT License text below for full details.

──────────────────────────────────────────────────────────────────────────────
Content
──────────────────────────────────────────────────────────────────────────────

All written content and media, including but not limited to:

- Blog posts and articles
- Text under the /content directory
- Images and other media unless otherwise noted

is licensed under the Creative Commons Attribution–NonCommercial 4.0
International License (CC BY-NC 4.0).

You are free to share and adapt the content for non-commercial purposes,
provided that appropriate credit is given to the author.

Commercial use of the content is not permitted without prior permission.

The full license text is available at:
https://creativecommons.org/licenses/by-nc/4.0/

──────────────────────────────────────────────────────────────────────────────
Attribution
──────────────────────────────────────────────────────────────────────────────

If you reuse or remix this site:

- Please credit the author for written content.
- You may freely reuse and adapt the code portions under the MIT License.

──────────────────────────────────────────────────────────────────────────────
MIT License
──────────────────────────────────────────────────────────────────────────────

Copyright (c) 2025 Lukas Schröder

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.