_config.yml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. title: An Exhibition of A Hunger Artist #Your awesome title
  2. email: annabellee123456@outlook.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: https://github.com/EinHungerkuenstler/EinHungerkuenstler.github.io # the base hostname & protocol for your site
  9. permalink: /:year-:month/:title
  10. timezone: GMT+1
  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: WHY
  18. pic: /assets/img/profile.jpg
  19. picAlt: "An Exhibition of A Hunger Artist"
  20. job: Muss es sein? Es muss sein!
  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. collections:
  34. additional_pages:
  35. output: true
  36. markdown_ext: "markdown,mkdown,mkdn,mkd,md"
  37. markdown: kramdown
  38. # Filtering Content
  39. show_drafts: null
  40. limit_posts: 0
  41. future: false
  42. unpublished: false