diff --git a/.idea/lynnespace.iml b/.idea/lynnespace.iml index fb016b8..8939abf 100644 --- a/.idea/lynnespace.iml +++ b/.idea/lynnespace.iml @@ -8,6 +8,7 @@ + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..644bac6 --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2021 Lynnesbian + +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. diff --git a/README.md b/README.md new file mode 100644 index 0000000..66471d3 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +lynnesbian.space +--- +This is the Jekyll site directory for [lynnesbian.space](https://lynnesbian.space). I can't really see anyone getting +much use out of the source for the website, but there's not really a reason *not* to publish it, so whatever. + +## Licensing + +This is gonna get complicated, but here goes: + +- The provided HTML, JavaScript, and CSS files are licensed under the Expat license (aka the "MIT license"). +- `favicon.ico` and `favicon.png` are both CC-BY-SA. +- All files in the `/_data` and `/_projects` directories are CC-BY-SA. +- All other files are Expat licensed. +- If files seem to be licensed under two licenses (my bad), assume Expat. + +In other words: You can use the JavaScript, HTML, and CSS content of this website without attribution (although I would +prefer it if you did provide attribution). You can also do whatever you want with the files in `/_data` and +`/_projects`, but you must provide attribution for these files, and any derivative works made with them must also be +CC-BY-SA licensed. + +### Links to licenses used +- [CC-BY-SA](https://creativecommons.org/licenses/by-sa/4.0/legalcode) +- [Expat](https://spdx.org/licenses/MIT.html#licenseText) \ No newline at end of file diff --git a/_content/index.html b/_content/index.html index 2640a0f..fe7fd4c 100644 --- a/_content/index.html +++ b/_content/index.html @@ -26,4 +26,7 @@ custom_heading: true

I host a few small apt repository mirrors on this server, along with my Gitea instance. +

+

+ I live in Queensland, Australia, meaning that my timezone is AEST, or UTC+1000.

\ No newline at end of file diff --git a/assets/script.js b/assets/script.js index fd05d84..dee7091 100644 --- a/assets/script.js +++ b/assets/script.js @@ -1,3 +1,5 @@ +// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat license + function dgel(id) { return document.getElementById(id); } @@ -8,3 +10,5 @@ window.addEventListener('DOMContentLoaded', (_) => { document.getElementsByTagName('header')[0].classList.toggle('active'); }; }); + +// @license-end \ No newline at end of file