28 categories
Sunday, Aug 11, 2019
The favicons
of Chirpy
are placed in the directory assets/img/favicons/
{: .filepath}. You may want to replace them with your own. The following sections will guide you to create and replace the default favicons.
Prepare a square image (PNG, JPG, or SVG) with a size of 512x512 or more, and then go to the online tool Real Favicon Generator and click the button Select your Favicon image to upload your image file.
Thursday, Aug 8, 2019
This tutorial will guide you how to write a post in the Chirpy template, and it’s worth reading even if you’ve used Jekyll before, as many features require specific variables to be set.
Create a new file named YYYY-MM-DD-TITLE.EXTENSION
{: .filepath} and put it in the _posts
{: .filepath} of the root directory. Please note that the EXTENSION
{: .filepath} must be one of md
{: .filepath} and markdown
{: .filepath}. If you want to save time of creating files, please consider using the plugin Jekyll-Compose
to accomplish this.