Skip to content

Commit af6d663

Browse files
committed
Add licenses and footer attribution
- LICENSE: MIT for site code, with Serene theme (MIT by isunjn) attribution - content/LICENSE: CC BY 4.0 for site content - Footer: add "Built with zola and serene" links
1 parent 5a722a5 commit af6d663

3 files changed

Lines changed: 67 additions & 0 deletions

File tree

LICENSE

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
MIT License
2+
3+
Copyright (c) 2023-2026 Taishi Naka (lemonadern)
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
22+
23+
---
24+
25+
This project uses the Serene theme (https://github.com/isunjn/serene),
26+
which is licensed under the MIT License:
27+
28+
MIT License
29+
30+
Copyright (c) 2021-present isunjn
31+
32+
Permission is hereby granted, free of charge, to any person obtaining a copy
33+
of this software and associated documentation files (the "Software"), to deal
34+
in the Software without restriction, including without limitation the rights
35+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36+
copies of the Software, and to permit persons to whom the Software is
37+
furnished to do so, subject to the following conditions:
38+
39+
The above copyright notice and this permission notice shall be included in all
40+
copies or substantial portions of the Software.
41+
42+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
47+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
48+
SOFTWARE.

content/LICENSE

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Creative Commons Attribution 4.0 International (CC BY 4.0)
2+
3+
Copyright (c) 2023-2026 Taishi Naka (lemonadern)
4+
5+
All content in this directory (articles, texts, and other written materials)
6+
is licensed under the Creative Commons Attribution 4.0 International License.
7+
8+
You are free to:
9+
- Share: copy and redistribute the material in any medium or format
10+
- Adapt: remix, transform, and build upon the material for any purpose,
11+
even commercially
12+
13+
Under the following terms:
14+
- Attribution: You must give appropriate credit, provide a link to the
15+
license, and indicate if changes were made.
16+
17+
Full license text: https://creativecommons.org/licenses/by/4.0/

templates/_footer.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<div class="left">
66
<div class="copyright">
77
{{ config.extra.footer_copyright }}
8+
<span>|</span>
9+
Built with <a href="https://www.getzola.org/" rel="noreferrer" target="_blank">zola</a> and <a href="https://github.com/isunjn/serene" rel="noreferrer" target="_blank">serene</a>
810
</div>
911
</div>
1012

0 commit comments

Comments
 (0)