2023-09-10 13:24:09 +00:00
# Chirpy Starter
2021-01-26 05:13:40 +08:00
2023-09-10 13:24:09 +00:00
[![Gem Version ](https://img.shields.io/gem/v/jekyll-theme-chirpy )][gem]
[![GitHub license ](https://img.shields.io/github/license/cotes2020/chirpy-starter.svg?color=blue )][mit]
2021-02-05 22:42:29 +08:00
2023-09-10 13:24:09 +00:00
When installing the [**Chirpy**][chirpy] theme through [RubyGems.org][gem], Jekyll can only read files in the folders
`_data` , `_layouts` , `_includes` , `_sass` and `assets` , as well as a small part of options of the `_config.yml` file
from the theme's gem. If you have ever installed this theme gem, you can use the command
`bundle info --path jekyll-theme-chirpy` to locate these files.
2021-01-26 05:13:40 +08:00
2023-09-10 13:24:09 +00:00
The Jekyll team claims that this is to leave the ball in the user’ s court, but this also results in users not being
able to enjoy the out-of-the-box experience when using feature-rich themes.
To fully use all the features of **Chirpy** , you need to copy the other critical files from the theme's gem to your
Jekyll site. The following is a list of targets:
2021-01-26 05:13:40 +08:00
```shell
2021-04-30 14:08:12 +08:00
.
2021-09-26 01:20:50 +08:00
├── _config.yml
2021-02-02 01:37:35 +08:00
├── _plugins
├── _tabs
2021-09-26 01:20:50 +08:00
└── index.html
2021-01-26 05:13:40 +08:00
```
2023-09-10 13:24:09 +00:00
To save you time, and also in case you lose some files while copying, we extract those files/configurations of the
latest version of the **Chirpy** theme and the [CD][CD] workflow to here, so that you can start writing in minutes.
2021-09-26 01:20:50 +08:00
2021-01-26 05:13:40 +08:00
## Usage
2024-09-23 12:05:45 +00:00
Check out the [theme's docs ](https://github.com/cotes2020/jekyll-theme-chirpy/wiki ).
2021-01-26 05:13:40 +08:00
2024-05-11 08:16:14 +00:00
## Contributing
2024-09-01 12:45:16 +00:00
This repository is automatically updated with new releases from the theme repository. If you encounter any issues or want to contribute to its improvement, please visit the [theme repository][chirpy] to provide feedback.
2024-05-11 08:16:14 +00:00
2021-01-26 05:13:40 +08:00
## License
2021-02-11 02:58:14 +08:00
This work is published under [MIT][mit] License.
2021-02-02 01:37:35 +08:00
[gem]: https://rubygems.org/gems/jekyll-theme-chirpy
[chirpy]: https://github.com/cotes2020/jekyll-theme-chirpy/
2021-09-26 01:20:50 +08:00
[CD]: https://en.wikipedia.org/wiki/Continuous_deployment
2021-02-05 22:42:29 +08:00
[mit]: https://github.com/cotes2020/chirpy-starter/blob/master/LICENSE