How to Build a Blog
Tools:
Blog -> GitHub Pages -> Jekyll (GitHub Pages’ default) -> Minima (Jekyll’s Default)
Steps:
- Create a repository on GitHub with name
<username>.github.io - Clone the repository to your local,
git clone git@github.com:<username>/<username>.github.io.git - Install
RubyandJekyll - Create a Jekyll project,
jekyll new . - Update config and
bundle exec jekyll serve git push
Config
Gemfile I use github-pages which import the jekyll
source "https://rubygems.org"
gem "github-pages", group: :jekyll_plugins
_config.yml
Delete about.md