The Jekyll source directory used to build my personal website. https://lynnesbian.space
Find a file
2025-08-18 13:56:58 +10:00
.bundle update deps 2021-10-16 00:01:09 +10:00
.idea css tweaks 2021-10-16 15:38:41 +10:00
_content gitea -> forgejo 2025-08-18 13:51:48 +10:00
_includes header fix 2021-01-16 19:30:36 +10:00
_layouts replace logo with svg version 2025-08-18 13:48:57 +10:00
_plugins added missing plugin oops 2021-05-08 00:09:05 +10:00
_projects add cheesecrater 2025-08-13 12:23:06 +10:00
assets fix for weird screen sizes 2025-08-18 13:56:58 +10:00
.gitattributes more lfs! 2025-08-13 12:28:21 +10:00
.gitignore update deps 2024-08-28 12:15:49 +10:00
_config.yml fix config oooooops 2021-05-02 19:15:56 +10:00
cli.txt don't use a HTML template for cli.txt 0uo 2021-05-08 00:10:11 +10:00
Gemfile update dependencies 2025-04-05 13:53:51 +10:00
Gemfile.lock more lfs! 2025-08-13 12:28:21 +10:00
LICENSE update licencing 2025-08-18 13:42:44 +10:00
README.md update licencing 2025-08-18 13:42:44 +10:00
run.sh wowie zowie initial commit 2021-01-08 17:17:56 +10:00

lynnesbian.space

This is the Jekyll site directory for 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.

Getting started

git clone https://git.bune.city/lynnesbian/lynnespace
cd lynnespace
gem install bundler
bundler install

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").
  • All files in the /_projects and /_content directories are CC-BY-SA.
  • Files in /assets/img/projects are CC-BY-SA.
  • .woff and .woff2 files under /assets/fonts are licensed under the SIL open font license 1.1.
  • All other files in the /assets/img directory are explicitly not licensed. You must remove/replace them if you create a fork based on this repository.
  • 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 base JavaScript, HTML, and CSS content of this website without attribution (although I would prefer it if you did provide attribution). The actual "meat and potatoes" written content (in the /_content and /projects directories) are available for use, so long as you share them under the same license (CC-BY-SA) and provide attribution. You can use the font files, but you may as well just get updated versions from Google Fonts. You cannot use any of the images for any purpose, with the exception of the project screenshots.