Skip to content

liukun2634/liukun2634.github.io

Repository files navigation

Kun's Blog

Preview

The live page 👉 kaka2634.github.io .

Installation & Setup

Install Jekyll

Download and install base on your OS: https://jekyllrb.com/docs/

Run project locally

  1. Fork and git clone this repository
  2. Open terminal in kaka2634.github.io folder
  3. Run bundle install to install dependency
  4. Run bundle exec jekyll serve to run locally
  5. Open browser and goto http://localhost:4000/

Build & Develop project

  1. Install node js
  2. Run npm install
  3. Run npm install -g grunt-cli
  4. Run grunt
  5. open a new teminal window and run npm run start
  6. Now any code change will be reflected on http://localhost:4000/

Special Thanks

This project is built based on Clean blog and use lots of features from Hux blog.

Releases

No releases published

Packages

No packages published