My Jekyll website:
To view the site on your machine:
git clone https://github.com/redsummernight/redsummernight.github.io.git
cd redsummernight.github.io
gem install bundler
bundle install
bundle exec jekyll serve # http://localhost:4000
Note:
- The custom 404 page is
not_found.html
at the site root, unlike404.html
for GitHub Pages. - Neocities has restricted file types for free accounts.
- SVG files should have the XML declaration (e.g.
<?xml version="1.0" encoding="UTF-8"?>
), since certain MIME type detection tools (including the one used by Neocities) will not recognize SVGs without it.
If you like to make neat text/art/interactive things with HTML/CSS/JS, I'm happy to have you on board. Please check out the contributing guide for more info.
MIT for code and CC BY 4.0 for art/text/sound, unless otherwise noted.