This is my first blogging site which is based on the Jekyll theme Chirpy template.
Go to file
2024-08-22 22:27:23 +05:30
_data 6.5.5 to 7.0.1 upgrade changes 2024-08-22 22:27:23 +05:30
_drafts 6.5.5 to 7.0.1 upgrade changes 2024-08-22 22:27:23 +05:30
_includes 6.5.5 to 7.0.1 upgrade changes 2024-08-22 22:27:23 +05:30
_layouts 6.5.5 to 7.0.1 upgrade changes 2024-08-22 22:27:23 +05:30
_plugins Init commit 2021-01-26 05:13:40 +08:00
_posts added post images 2024-05-09 19:23:04 +05:30
_tabs 1. about : added link to portfolio 2024-05-09 01:35:26 +05:30
.frontmatter/database 1. Solid principles Post added 2024-04-06 03:38:30 +05:30
.github/workflows 6.5.5 to 7.0.1 upgrade changes 2024-08-22 22:27:23 +05:30
.vscode 1. Solid principles Post added 2024-04-06 03:38:30 +05:30
assets added post images 2024-05-09 19:23:04 +05:30
db_scripts get client location by client ip 2024-02-09 11:41:06 +05:30
_config.yml 6.5.5 to 7.0.1 upgrade changes 2024-08-22 22:27:23 +05:30
.editorconfig Update critical file(s) according to Chirpy v5.6.0 2023-03-17 18:23:14 +00:00
.gitattributes Init commit 2021-01-26 05:13:40 +08:00
.gitignore 6.5.5 to 7.0.1 upgrade changes 2024-08-22 22:27:23 +05:30
.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
frontmatter.json added post images 2024-05-09 19:23:04 +05:30
Gemfile 6.5.5 to 7.0.1 upgrade changes 2024-08-22 22:27:23 +05:30
index.html added remark42 commenting service 2023-07-23 02:37:12 +05:30
LICENSE Init commit 2021-01-26 05:13:40 +08:00
README.md 6.5.5 to 7.0.1 upgrade changes 2024-08-22 22:27:23 +05:30

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.

Prerequisites

Follow the instructions in the Jekyll Docs to complete the installation of the basic environment. Git also needs to be installed.

Installation

Sign in to GitHub and use this template to generate a brand new repository and name it USERNAME.github.io, where USERNAME represents your GitHub username.

Then clone it to your local machine and run:

$ bundle

Usage

Please see the theme's docs.

Contributing

The contents of this repository are automatically updated when new releases are made to the main repository.
If you have problems using it, or would like to participate in improving it, please go to the main repository for feedback!

License

This work is published under MIT License.