Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julianolf/jekyll-theme-8bit
πΎ A Jekyll theme inspired by classic 8bit games.
https://github.com/julianolf/jekyll-theme-8bit
8bit game github-pages jekyll jekyll-theme pixel-art retro theme
Last synced: 4 days ago
JSON representation
πΎ A Jekyll theme inspired by classic 8bit games.
- Host: GitHub
- URL: https://github.com/julianolf/jekyll-theme-8bit
- Owner: julianolf
- License: mit
- Created: 2019-01-04T18:27:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T23:29:53.000Z (about 1 month ago)
- Last Synced: 2024-12-31T09:09:39.524Z (11 days ago)
- Topics: 8bit, game, github-pages, jekyll, jekyll-theme, pixel-art, retro, theme
- Language: SCSS
- Homepage: https://julianolf.github.io/jekyll-theme-8bit/
- Size: 128 KB
- Stars: 33
- Watchers: 2
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# jekyll-theme-8bit
[![Gem Version](https://badge.fury.io/rb/jekyll-theme-8bit.svg)](https://badge.fury.io/rb/jekyll-theme-8bit)
A Jekyll theme inspired by classic 8bit games.
## Preview
You can see how the theme looks like [here](https://julianolf.github.io/jekyll-theme-8bit/).
## Installation
Add this line to your Jekyll site's `Gemfile`:
```ruby
gem "jekyll-theme-8bit"
```And add this line to your Jekyll site's `_config.yml`:
```yaml
theme: jekyll-theme-8bit
```Or this, if youβre publishing your Jekyll site on GitHub Pages:
```yaml
remote_theme: julianolf/jekyll-theme-8bit
```And then execute:
```bash
bundle
```
Or install it yourself as:```bash
gem install jekyll-theme-8bit
```## Customization
Detailed instructions can be found at the [wiki pages](https://github.com/julianolf/jekyll-theme-8bit/wiki).
## Contributing
Bug reports and pull requests are welcome. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
Instructions for local development are available at the [wiki pages](https://github.com/julianolf/jekyll-theme-8bit/wiki).
## License
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## Credits
- 8bit style by [NES.css](https://nostalgic-css.github.io/NES.css/)