_config.yml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. title: Catbook #Your awesome title
  2. email: #youremail@domain.com
  3. description: > # this means to ignore newlines until "baseurl"
  4. Write an awesome description for your new site here. You can edit this
  5. line in _config.yml. It will appear in your document head meta (for
  6. Google search results) and in your feed.xml site description.
  7. baseurl: # the subpath of the site
  8. url: http://starry99.github.io/catbook # the base hostname & protocol for your site
  9. permalink: /:year-:month/:title
  10. timezone:
  11. favicon: /assets/img/favicon.ico
  12. google_analytics: #UA—XXXXXXXX-X
  13. disqus_shortname: #disqus shortname
  14. cusdis:
  15. app_id: #your cusdis app_id
  16. user:
  17. name: Catbook
  18. pic: /assets/img/cat.jpg
  19. picAlt: "catbook"
  20. job: a category-centric theme
  21. aboutme: true # comment this out if you don't need the 'about' page.
  22. exclude:
  23. - README.md
  24. - LICENSE
  25. - github
  26. defaults:
  27. - scope:
  28. path: "_posts"
  29. type: posts
  30. values:
  31. layout: post
  32. comment: true
  33. markdown_ext: "markdown,mkdown,mkdn,mkd,md"
  34. markdown: kramdown
  35. # Filtering Content
  36. show_drafts: null
  37. limit_posts: 0
  38. future: false
  39. unpublished: false