No description
Find a file
Eduard Tolosa c32de7262c (post-update): From Docker to Podman: full migration to rootless
Last update to reflect dependencies and new tool state.
2025-02-21 20:26:59 +00:00
.devcontainer (post-update): From Docker to Podman: full migration to rootless. 2025-02-21 20:00:23 +00:00
.github/workflows Squashed commit of the following: 2025-01-28 12:30:13 -05:00
.vscode Squashed commit of the following: 2025-01-28 12:30:13 -05:00
_data Squashed commit of the following: 2025-01-28 12:30:13 -05:00
_imgs (new-post): From Docker to Podman: full migration to rootless 2025-02-21 08:27:38 +00:00
_plugins Initial commit 2023-07-05 02:16:54 -05:00
_posts (post-update): From Docker to Podman: full migration to rootless 2025-02-21 20:26:59 +00:00
_tabs Update about.md 2024-01-14 20:50:40 -05:00
assets (design): add favicons. 2025-02-12 05:28:29 +00:00
tools Squashed commit of the following: 2025-01-28 12:30:13 -05:00
.editorconfig Initial commit 2023-07-05 02:16:54 -05:00
.gitattributes Initial commit 2023-07-05 02:16:54 -05:00
.gitignore Squashed commit of the following: 2025-01-28 12:30:13 -05:00
.gitmodules Initial commit 2023-07-05 02:16:54 -05:00
.nojekyll Initial commit 2023-07-05 02:16:54 -05:00
_config.yml config: fix variable. 2025-01-28 12:37:37 -05:00
CNAME Update CNAME 2023-07-05 02:23:47 -05:00
Gemfile Squashed commit of the following: 2025-01-28 12:30:13 -05:00
index.html Initial commit 2023-07-05 02:16:54 -05:00
LICENSE Initial commit 2023-07-05 02:16:54 -05:00
README.md Squashed commit of the following: 2025-01-28 12:30:13 -05: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.