首页
enqio
取消

Getting Started

Prerequisites Follow the instructions in the Jekyll Docs to complete the installation of Ruby, RubyGems, Jekyll, and Bundler. In addition, Git is also required to be installed. Installation Crea...

cocoaPods私有库的创建

cocoaPods私有库的创建 第一步:建立私有的spec仓库 $ pod repo add REPO_NAME SOURCE_URL REPO_NAME: specs的名称 SOURCE_URL: git地址 这里会在 ~/.cocoapods/repos目录下创建你的私有索引库,master是官方的 官方文档 第二步:在一个文件夹里创建pod项目 首先进入到需要创建项...

Enable Google Page Views

This post is to enable Page Views on the Chirpy theme based blog that you just built. This requires technical knowledge and it’s recommended to keep the google_analytics.pv.* empty unless you have ...

Customize the Favicon

The favicons of Chirpy are placed in the directory assets/img/favicons/. You may want to replace them with your own. The following sections will guide you to create and replace the default favicons...

Writing a New Post

This post will guide you how to write a post on Chirpy theme. Even if you have previous experience with Jekyll, this article is worth reading, because many features require specific variables to be...

Text and Typography

This post is to show Markdown syntax rendering on Chirpy, you can also use it as an example of writing. Now, let’s start looking at text and typography. Titles H1 - heading H2 - heading H3 - h...