Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redsummernight/redsummernight.github.io
Just me
https://github.com/redsummernight/redsummernight.github.io
art jekyll personal-website
Last synced: about 7 hours ago
JSON representation
Just me
- Host: GitHub
- URL: https://github.com/redsummernight/redsummernight.github.io
- Owner: redsummernight
- License: mit
- Created: 2016-02-01T03:15:08.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-01-05T05:39:40.000Z (about 1 month ago)
- Last Synced: 2025-01-05T06:24:44.356Z (about 1 month ago)
- Topics: art, jekyll, personal-website
- Language: HTML
- Homepage: https://redsummernight.neocities.org
- Size: 15.9 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# redsummernight
[![Build Status](https://github.com/redsummernight/redsummernight.github.io/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/redsummernight/redsummernight.github.io/actions/workflows/ci.yml?query=branch%3Amain)
My [Jekyll](http://jekyllrb.org) website:
- Stable: https://redsummernight.neocities.org/
- Latest: https://redsummernight.github.io/## Setup
To view the site on your machine:
```sh
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](https://neocities.org/site_files/allowed_types) for free accounts.
- SVG files should have the XML declaration (e.g. ``), since
certain MIME type detection tools (including the one used by Neocities)
[will not recognize SVGs without it](https://github.com/svg/svgo/issues/836).## 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](https://github.com/redsummernight/redsummernight.github.io/blob/main/CONTRIBUTING.md) for more info.## License
[MIT](https://github.com/redsummernight/redsummernight.github.io/blob/main/LICENSE) for code
and [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) for art/text/sound,
unless [otherwise noted](https://redsummernight.github.io/credits/).