Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connor-baer/autumn
๐ Autumn is a minimalistic, duo-chromatic Jekyll theme that pairs a prominent headline with two column content.
https://github.com/connor-baer/autumn
duo-chromatic jekyll jekyll-template jekyll-theme theme
Last synced: 5 days ago
JSON representation
๐ Autumn is a minimalistic, duo-chromatic Jekyll theme that pairs a prominent headline with two column content.
- Host: GitHub
- URL: https://github.com/connor-baer/autumn
- Owner: connor-baer
- License: other
- Created: 2016-09-07T17:36:44.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T19:01:04.000Z (about 2 months ago)
- Last Synced: 2024-12-18T01:23:56.795Z (6 days ago)
- Topics: duo-chromatic, jekyll, jekyll-template, jekyll-theme, theme
- Language: SCSS
- Homepage: https://connor-baer.github.io/autumn/
- Size: 67.7 MB
- Stars: 35
- Watchers: 3
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/connor-baer/autumn.svg?branch=master)](https://travis-ci.org/connor-baer/autumn) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/5c7341b497724019a7383ef515d22037)](https://www.codacy.com/app/connor_baer/autumn?utm_source=github.com&utm_medium=referral&utm_content=connor-baer/autumn&utm_campaign=Badge_Grade)
# ๐ Autumn
Autumn is a minimalistic, duo-chromatic [Jekyll](http://jekyllrb.com) theme that pairs a prominent headline with two column content.
> โ ๏ธ This theme should work as-is, but is no longer actively maintained. [Contributions](#contributing) are welcome!
[![Autumn screenshot](https://github.com/connor-baer/autumn/blob/gh-pages/_images/screenshot.png)](https://connor-baer.github.io/autumn)
## 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. Autumn 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
Autumn 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/autumn/compare). If you don't feel comfortable making code changes, feel free to [open an issue](https://github.com/connor-baer/autumn/issues/new), perhaps somebody else will help out.
## License
Open sourced under the [MIT license](LICENSE.md).
๐งก