lynnespace/README.md

32 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2021-05-02 08:51:24 +00:00
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.
2024-08-28 02:17:33 +00:00
## Getting started
```bash
git clone https://git.bune.city/lynnesbian/lynnespace
cd lynnespace
gem install bundler
bundler install
```
2021-05-02 08:51:24 +00:00
## 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.
2024-08-28 02:17:33 +00:00
- All files in the `/_projects` directory are CC-BY-SA.
2021-05-02 08:51:24 +00:00
- 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
2024-08-28 02:17:33 +00:00
prefer it if you did provide attribution). You can also do whatever you want with the files in `/_projects`, but you
must provide attribution for these files, and any derivative works made with them must also be CC-BY-SA licensed.
2021-05-02 08:51:24 +00:00
### Links to licenses used
- [CC-BY-SA](https://creativecommons.org/licenses/by-sa/4.0/legalcode)
2024-08-28 02:17:33 +00:00
- [Expat](https://spdx.org/licenses/MIT.html#licenseText)