Skip to content

kang8/kang8.github.io

Repository files navigation

Welcome to My Blog

I use hugo to build my blog. And I use this theme to customize my theme.

How to build this blog in your computer

  1. install hugo

    For MacOS

    brew install hugo
    
    hugo version # check hugo installed

    Other operating systems, see hugo install document

  2. download this repo

    # https
    git clone https://github.com/kang8/kang8.github.io.git
    # ssh
    git clone [email protected]:kang8/kang8.github.io.git
  3. build blog

    hugo server -D