3fun4's Blog

Logo

using [Minimal theme](https://pages-themes.github.io/minimal/).

View My GitHub Profile

Test css

16 April 2019

Github Pages Guides and Reference Links

by zzj

Links

Official Guides

Docs

Other Templates

Steps

install Jekyll on desktop

Jekyll on Windows version: 2.6.1-1(x64) use UTF-8 as external encoding…

  1. Download Ruby+Devkit from RubyInstaller Downloads. Use default options for installation.
  2. Run the ridk install step on the last stage of the installation wizard.
  3. Open a new command prompt window from the start menu, so that changes to the PATH environment variable becomes effective. Install Jekyll and Bundler via: gem install jekyll bundler
  4. Check if Jekyll installed properly: jekyll -v

create github.io repository on Github

clone repository to desktop

Setting up your Github Pages site locally with Jekyll

tags: github,reference