In Chirpy, the image files of Favicons are placed in assets/img/favicons/. You may need to replace them with your own. So let’s see how to customize these Favicons. With a square image (PNG, JPG o...
Getting Started
Prerequisites Follow the Jekyll Docs to complete the installation of basic environment (Ruby, RubyGems and Bundler). To improve the writing experience, we need to use some script tools. If your m...
Writing a New Post
Naming and Path Create a new file named with the format YYYY-MM-DD-title.md then put it into _post of the root directory. Front Matter Basically, you need to fill the Front Matter as below at th...
Text and Typography
This Jekyll template totally compatible with Markdown syntax. Now, let’s take a look for the text and typography in here. Titles H1 H2 H3 H4 Paragraph I wandered lonely as a cloud That ...