Go to file
Matthew McKinnon 0485a32f04
All checks were successful
/ build-jeykll (push) Successful in 1m35s
/ build-docker (push) Successful in 27s
/ publish (push) Successful in 27s
feat: migrate to jekyll
2024-10-13 15:13:06 +10:00
_data feat: migrate to jekyll 2024-10-13 15:13:06 +10:00
_plugins feat: migrate to jekyll 2024-10-13 15:13:06 +10:00
_posts feat: migrate to jekyll 2024-10-13 15:13:06 +10:00
_tabs feat: migrate to jekyll 2024-10-13 15:13:06 +10:00
.gitea/workflows feat: migrate to jekyll 2024-10-13 15:13:06 +10:00
assets/img feat: migrate to jekyll 2024-10-13 15:13:06 +10:00
tools feat: migrate to jekyll 2024-10-13 15:13:06 +10:00
_config.yml feat: migrate to jekyll 2024-10-13 15:13:06 +10:00
.eleventy.js feat: new post 21-09-2024 2024-09-22 01:27:39 +10:00
.gitignore feat: add build and deploy 2024-09-21 14:07:19 +10:00
docker-compose.yml feat: add build and deploy 2024-09-21 14:07:19 +10:00
Dockerfile feat: migrate to jekyll 2024-10-13 15:13:06 +10:00
Gemfile feat: migrate to jekyll 2024-10-13 15:13:06 +10:00
Gemfile.lock feat: migrate to jekyll 2024-10-13 15:13:06 +10:00
index.html feat: migrate to jekyll 2024-10-13 15:13:06 +10:00
LICENSE feat: migrate to jekyll 2024-10-13 15:13:06 +10:00
README.md feat: migrate to jekyll 2024-10-13 15:13:06 +10:00

Chirpy Starter

Gem Version  GitHub license

When installing the Chirpy theme through RubyGems.org, 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.

The Jekyll team claims that this is to leave the ball in the users 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:

.
├── _config.yml
├── _plugins
├── _tabs
└── index.html

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 workflow to here, so that you can start writing in minutes.

Usage

Check out the theme's docs.

Contributing

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 to provide feedback.

License

This work is published under MIT License.