Skip to content

zyksir/zyksir.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

================================

Getting Started

  1. install ruby. For MacOS users, you should follow this guide. After this step, if you run ruby --version, you will see a version greater than 3.
  2. fork this github and git clone into you local computer. note the name should be [YOUR-GITHUB-USERNAME].github.io!
  3. run bundle install inside the github directory.
  4. check your webite locally. run bundle exec jekyll serve
  5. By now, you should see your website with "http://127.0.0.1:4000/"

Replace my info with yours

  1. in _config.yml, change every personal information to yours.
  2. to enable disqus comment, I go to https://disqus.com/, click get started, click I want to install disqus on my website. follow their instructions you will get a js code, just copy and paste by searching.disqus_enable. you can watch this video. They have free services and it's enough for my use case.
  3. to enbale utterances comment, go to utterances and install it. After follow this website you will get a js code, just copy and paste by searching utterances_enable. 中文版见我的第一个 post(for chinese version, see my first post).

Post New Blog

rake post title="TITLE" subtitle="SUBTITLE"

About

Personal Blog of Yikai Zhu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 30.4%
  • CSS 23.5%
  • Less 22.7%
  • JavaScript 19.2%
  • Ruby 1.2%
  • Python 1.1%
  • Other 1.9%