The startup template for Chirpy.
Go to file
2022-06-17 16:17:19 +00:00
_data Update critical file(s) according to Chirpy v5.2.0 2022-06-09 10:06:34 +00:00
_plugins Init commit 2021-01-26 05:13:40 +08:00
_posts Init commit 2021-01-26 05:13:40 +08:00
_tabs Update critical file(s) according to Chirpy v5.1.0 2022-02-14 17:30:02 +00:00
.github/workflows Update critical file(s) according to Chirpy v4.3.0 2021-09-29 20:03:26 +00:00
assets Update critical file(s) according to Chirpy v5.1.0 2022-02-14 17:30:02 +00:00
tools Update critical file(s) according to Chirpy v5.2.0 2022-06-09 10:06:34 +00:00
_config.yml Update critical file(s) according to Chirpy v5.2.1 2022-06-17 16:17:19 +00:00
.editorconfig Init commit 2021-01-26 05:13:40 +08:00
.gitattributes Init commit 2021-01-26 05:13:40 +08:00
.gitignore Update critical file(s) according to Chirpy v5.2.0 2022-06-09 10:06:34 +00:00
.gitmodules Update critical file(s) according to Chirpy v5.1.0 2022-02-14 17:30:02 +00:00
.nojekyll Update critical file(s) according to Chirpy v4.3.3 2021-10-24 20:18:05 +00:00
Gemfile Update critical file(s) according to Chirpy v5.2.1 2022-06-17 16:17:19 +00:00
index.html Init commit 2021-01-26 05:13:40 +08:00
LICENSE Init commit 2021-01-26 05:13:40 +08:00
README.md Update the doc's link in README 2022-01-04 18:58:52 +08:00

Chirpy Starter Gem Version GitHub license

When installing the Chirpy theme through RubyGems.org, Jekyll can only read files in the folders _includes, _layout, _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 organization 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
├── _data
├── _plugins
├── _tabs
└── index.html

In order to save your time, and to prevent you from missing some files when 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.

Prerequisites

Follow the instructions in the Jekyll Docs to complete the installation of Ruby, RubyGems, Jekyll and Bundler.

Installation

Use this template to generate a brand new repository and name it <GH_USERNAME>.github.io, where GH_USERNAME represents your GitHub username.

Then clone it to your local machine and run:

$ bundle

Usage

Please see the theme's docs.

License

This work is published under MIT License.