https://github.com/connor-baer/spring
🌱 Spring is a one-page, two-column Jekyll theme, ideal for long-form content.
https://github.com/connor-baer/spring
jekyll jekyll-template jekyll-theme theme
Last synced: 3 months ago
JSON representation
🌱 Spring is a one-page, two-column Jekyll theme, ideal for long-form content.
- Host: GitHub
- URL: https://github.com/connor-baer/spring
- Owner: connor-baer
- License: other
- Created: 2016-05-12T09:20:55.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T22:24:07.000Z (4 months ago)
- Last Synced: 2025-04-10T17:28:25.332Z (3 months ago)
- Topics: jekyll, jekyll-template, jekyll-theme, theme
- Language: SCSS
- Homepage: https://connor-baer.github.io/spring/
- Size: 49.8 MB
- Stars: 14
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://travis-ci.org/connor-baer/spring) [](https://www.codacy.com/app/connor_baer/spring?utm_source=github.com&utm_medium=referral&utm_content=connor-baer/spring&utm_campaign=Badge_Grade)
# 🌱 Spring
A one-page, two-column [Jekyll](http://jekyllrb.com) theme that pairs beautifully styled content with contextual media.
> ⚠️ This theme should work as-is, but is no longer actively maintained. [Contributions](#contributing) are welcome!
[](https://connor-baer.github.io/spring)
## 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. Spring 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
Spring 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/spring/compare). If you don't feel comfortable making code changes, feel free to [open an issue](https://github.com/connor-baer/spring/issues/new), perhaps somebody else will help out.
## License
Open sourced under the [MIT license](LICENSE.md).
💚