Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dirtyhenry/kids

A minimalist Jekyll theme
https://github.com/dirtyhenry/kids

jekyll jekyll-theme

Last synced: 1 day ago
JSON representation

A minimalist Jekyll theme

Awesome Lists containing this project

README

        

# Kids

Kids is a Jekyll theme.

## Installation

To use the Kids theme:

1. Add the following to your site's `Gemfile`:

```ruby
gem "kids", git: "https://github.com/dirtyhenry/kids.git", branch: 'main'
```

1. Add the following to your site's `_config.yml`:

```yml
theme: kids
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to
discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)