Reference

Reference

  • https://github.com/barryclark/jekyll-now
  • https://github.com/wuhuikai/wuhuikai.github.io
  • http://dangweili.github.io/
  • https://debangli.github.io/

TIPs

  • Install Ruby, Jekyll to run locally. Or maybe you can just install gem install github-pages – I did not try this.
  • The site shows content of index.html, which contains posts and a visitor counter.
  • Files you will need to modify
    • index.html
    • _layouts/default.html
    • _config.yml
    • style.scss
    • _posts/
  • Post file name should have format year-month-date-title.md. BTW, the date should not be in the future.
  • Newer post (with newer date naming) will be displayed ahead of older post in index.html
  • To force new line in markdown, you can end the former line with more than one empty space. In other words,
    line1  \n
    line2
    
  • Free visitor counting services
    • http://s11.flagcounter.com/index.html
    • https://www.revolvermaps.com/?target=home
    • https://clustrmaps.com/add
  • Visualizing number of Github stars and forks: https://shields.io