The Jekyll source directory used to build my personal website. https://lynnesbian.space
Find a file
2024-08-28 13:05:53 +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 way more projects! 2024-08-28 12:44:41 +10:00
_includes header fix 2021-01-16 19:30:36 +10:00
_layouts make the logo link to the homepage 2024-08-28 13:05:53 +10:00
_plugins added missing plugin oops 2021-05-08 00:09:05 +10:00
_projects fix scoop ui's title 2024-08-28 13:01:51 +10:00
assets way more projects! 2024-08-28 12:44:41 +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 deps 2024-08-28 12:15:49 +10:00
Gemfile.lock update deps 2024-08-28 12:15:49 +10:00
LICENSE added timezone 2021-05-02 19:02:18 +10:00
README.md add install instructions to README 2024-08-28 12:17:33 +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").
  • favicon.ico and favicon.png are both CC-BY-SA.
  • All files in the /_projects directory 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 /_projects, but you must provide attribution for these files, and any derivative works made with them must also be CC-BY-SA licensed.