_config.yml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. #Site
  2. title: EPuters Education
  3. description: The EPuters Project's Official Site for Education
  4. logo: favicon.png
  5. url: edu.eputers.net
  6. rss_url: /feed.xml
  7. # Jekyll
  8. permalink: /:title/
  9. markdown: kramdown
  10. highlighter: rouge
  11. kramdown:
  12. auto_ids: true
  13. footnote_nr: 1
  14. entity_output: as_char
  15. toc_levels: 1..6
  16. enable_coderay: false
  17. sass:
  18. sass_dir: assets/_sass
  19. style: compressed
  20. # Comment
  21. comment:
  22. #disqus:
  23. # duoshuo:
  24. # youyan:
  25. # laibili:
  26. gitalk: true
  27. # Website analytics
  28. # Author information:
  29. author:
  30. #resume: /resume
  31. name: Niles Corder #the name of Blog section
  32. about_me: I'm the CEO and Owner of the EPuters.net Project
  33. # Social Links
  34. email: admin@eputers.net
  35. #google.plus: username
  36. #twitter: username
  37. #facebook: kongsong
  38. #github: songkong
  39. #stackoverflow: 6438519/song-kong #from a "http://stackoverflow.com/users/123456/username" link
  40. #linkedin: kongsong
  41. #xing: username
  42. #instagram: username
  43. #lastfm: username
  44. #tumblr: username
  45. #pinterest: username
  46. #foursquare: username
  47. #steam: username
  48. #dribbble: username
  49. #youtube: username
  50. #soundcloud: username
  51. #weibo: username
  52. #flickr: username
  53. #codepen: username
  54. #keybase: username
  55. #xmpp: username@server.com
  56. #hackernews: username
  57. #behance: username
  58. # Plugins
  59. plugins:
  60. - jekyll-feed
  61. - jekyll-sitemap
  62. - jekyll-gist
  63. # Exclude list
  64. exclude: [README.md, Gemfile, Gemfile.lock, _site, src, vendor, CNAME, LICENSE, Rakefile,.sass-cache,.DS_Store,.idea]