Skip to content

redsummernight/redsummernight.github.io

Repository files navigation

redsummernight

Build Status

My Jekyll website:

Setup

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

Building for Neocities

Note:

  • The custom 404 page is not_found.html at the site root, unlike 404.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.

Contributing

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.

License

MIT for code and CC BY 4.0 for art/text/sound, unless otherwise noted.