Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connor-baer/summer
🍦 Summer is a simple Jekyll theme with a photo sidebar.
https://github.com/connor-baer/summer
jekyll jekyll-theme recipes theme
Last synced: 2 months ago
JSON representation
🍦 Summer is a simple Jekyll theme with a photo sidebar.
- Host: GitHub
- URL: https://github.com/connor-baer/summer
- Owner: connor-baer
- License: other
- Created: 2016-12-09T12:45:35.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T07:35:44.000Z (10 months ago)
- Last Synced: 2024-11-01T12:35:51.356Z (2 months ago)
- Topics: jekyll, jekyll-theme, recipes, theme
- Language: SCSS
- Homepage: https://connor-baer.github.io/summer/
- Size: 66.9 MB
- Stars: 34
- Watchers: 5
- Forks: 32
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/connor-baer/summer.svg?branch=master)](https://travis-ci.org/connor-baer/summer) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/27e2b81c38004b4592c78ba82d48cef3)](https://www.codacy.com/app/connor_baer/summer?utm_source=github.com&utm_medium=referral&utm_content=connor-baer/summer&utm_campaign=Badge_Grade)
# 🍦 Summer
Summer is a simple [Jekyll](http://jekyllrb.com) theme with a photo sidebar.
> ⚠️ This theme should work as-is, but is no longer actively maintained. [Contributions](#contributing) are welcome!
[![Summer screenshot](https://github.com/connor-baer/summer/blob/gh-pages/_images/screenshot.jpg)](https://connor-baer.github.io/summer)
## Usage
You'll need to have [Jekyll](https://jekyllrb.com/), the `bundler` gem, and [`yarn`](https://yarnpkg.com/) (`npm` also works) installed on our computer. Summer provides a fully furnished Jekyll setup — just clone and install the dependencies:
```bash
# Ruby gems
bundle install
# Node modules
yarn
```Then simply run `yarn start` to start the Jekyll server on port `4000`.
## Options
Summer includes some customizable options, applied via options in the `_config.yml` file. A standout feature is the dark theme.
Have a look at the [`_config.yml`](_config.yml) file for all available options.## Contributing
**This theme is no longer actively maintained.** However, I welcome bug fixes and feature request through [pull requests](https://github.com/connor-baer/summer/compare). If you don't feel comfortable making code changes, feel free to [open an issue](https://github.com/connor-baer/summer/issues/new), perhaps somebody else will help out.
## License
Open sourced under the [MIT license](LICENSE.md).
💛