Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 915 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 915 Bytes

Deploy Jekyll site to Pages

Perface

Here we have a simple personal site with the Chirpy theme. It's worth noting that although we have many alternatives, this theme is chosen for its simplicity and ease of use. After all, the site is merely a platform for sharing thoughts and ideas.

Deployment

With Jekyll installed, run the following commands to start the site locally.

jekyll clean
jekyll build
jekyll serve

Structure

The source code is organized as follows, with the _posts directory containing all the blog posts.

.
├── _config.yml
├── _posts
├── _plugins
├── _tabs
└── index.html