Config
- Creat a new repo named
USERNAME.github.io
- Go to
Setting > GitHub Page
select your theme - Go to terminal and input
lb pubinit
Your website is USERNAME.github.io
Beautify
edit File _config.yml
- theme: THEME (GitHub Theme)
- title: “TITLE” (Blog Title)
- description: “DESCRIPTION” (Blog Description)
Like:
theme: jekyll-theme-cayman
title: "Love Blog Show"
description: "My Love Blog"