Use AlphaDust theme
themes/alpha-dust/_config.yml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
   |  fa_logo: fa-cube
 
  menu:   Home: /   Archives: /archives   About: /about.html
 
    Contact: /contact.html
 
  default_post_title: mynote
 
  archive_date_format: YYYY-MM-DD
 
  comments:      disqus_shortname:
 
  google_analytics:
 
 
 
 
 
  github_url: https://github.com/aaray6
 
 
  email_url: aaray@21cn.com
 
 
  footer_about: "<a href=\"/about.html\">I love games</a>"
 
  footer_copyright: "Copyleft"
 
  |