Personal blog powered by Jekyll and hosted on GitHub Pages.
All the original content (posts and pages) is Copyright Pengyu Chen.
All other directories and files are MIT Licensed. Feel free to use the HTML and CSS as you please but I would greatly appreciate if you put a little bit of effort into changing the colors and look of your site.
- Ruby (>= 2.7.0)
- Bundler gem
-
Clone the repository:
git clone https://github.com/Shongsu/shongsu.github.io.git cd shongsu.github.io -
Install dependencies:
bundle install
-
Build and serve locally:
bundle exec jekyll serve -
Browse to:
http://localhost:4000
Create a new file in the _posts directory with the following naming convention:
YYYY-MM-DD-post-title.markdown
Add front matter at the top:
---
layout: post
title: "Your Post Title"
date: YYYY-MM-DD HH:MM
tags: [tag1, tag2]
---This site is automatically deployed to GitHub Pages when you push to the main or master branch.
- Jekyll version: 4.3+
- Theme: Clean Blog (customized)
- Syntax highlighting: Rouge