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.
With Jekyll installed, run the following commands to start the site locally.
jekyll clean
jekyll build
jekyll serve
The source code is organized as follows, with the _posts
directory containing all the blog posts.
.
├── _config.yml
├── _posts
├── _plugins
├── _tabs
└── index.html