https://api.vvhan.com/api/avatar/boy

技术博客分享

Customize the Favicon

The of 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.

Generate the favicon

Prepare a square image (PNG, JPG, or SVG) with a size of 512x512 or more, and then go to the online tool and click the button Select your Favicon image to upload your image file. In the next step, the webpage will show all usage scenarios. You can keep the default options, scroll to the bottom of the page, and click the button Generate your Favicons and HTML code to generate the favicon.

Writing a New Post

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.

Naming and Path

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 to accomplish this.