Skip to content

A jekyll theme, simple and clear, compatible with PC iPad and Phone (RWD)

Notifications You must be signed in to change notification settings

ymgd/stepbystep

 
 

Repository files navigation

stepbystep

A jekyll theme, simple and clear, compatible with PC iPad and Phone (RWD)

Preview

PC or Pad

Mobile

Feature

  1. Compatible with PC iPad and Phone (RWD)
  2. Support blogger mood-talk(说说)
  3. Support post subdirs as post categories
    _post/linux/nodejs/2016-9-1-About-Nodejs.md => linux and nodejs would merge into the post categories

Install

assume the github username is "hello" then:

  1. create a repository named "hello.github.io"
  2. clone this repository
    git clone https://github.com/jokinkuang/stepbystep.git
  3. push the whole thing to your repo "hello.github.io"
    git remote set-url origin https://github.com/hello/hello.github.io.git
    git push origin master
  4. browse "hello.github.io"

if your github username is "world" then replace upper "hello" all to "world"

Custom Domain

if you want to visit "www.hello.com" instead of "hello.github.io" then:

  1. create a file named "CNAME" (the file is already exist)
  2. buy the "www.hello.com" domain
  3. add following to the "CNAME"
    www.hello.com
  4. go to the Shop where your domain bought and set the Domain DNS to:
    | prefix | record-type | host |
    | www | CNAME | hello.github.io |
  5. wait a long long time
  6. browse "www.hello.com"

Custom Your Site

  1. you need a duoshuo account
  2. you need a google-analytics account
  3. all settings are in _config.yml

Other

whoever use this theme please add your site to the wiki

How It works

English
中文

License

Under The MIT License

About

A jekyll theme, simple and clear, compatible with PC iPad and Phone (RWD)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.8%
  • HTML 13.1%
  • CSS 3.9%
  • Ruby 1.7%
  • Liquid 1.5%