_config.yml 970 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. title: Niles Corder
  2. email: myrcy@eputers.net
  3. description: > # this means to ignore newlines until "baseurl"
  4. A free software advocate focusing on the fediverse and education.
  5. baseurl: # the subpath of the site
  6. url: https://myrcy.net
  7. permalink: /:year-:month/:title.html
  8. timezone:
  9. favicon: https://static.eputers.net/assets/profile_myrcy.JPG
  10. # google_analytics: #UA—XXXXXXXX-X
  11. disqus_shortname: #disqus shortname
  12. cusdis:
  13. app_id: #your cusdis app_id
  14. user:
  15. name: Niles Corder
  16. pic: https://static.eputers.net/assets/profile_myrcy.JPG
  17. picAlt: "Corder"
  18. job: a blog
  19. aboutme: true # comment this out if you don't need the 'about' page.
  20. exclude:
  21. - README.md
  22. - LICENSE
  23. - github
  24. defaults:
  25. - scope:
  26. path: "_posts"
  27. type: posts
  28. values:
  29. layout: post
  30. comment: true
  31. markdown_ext: "markdown,mkdown,mkdn,mkd,md"
  32. markdown: kramdown
  33. # Filtering Content
  34. show_drafts: null
  35. limit_posts: 0
  36. future: false
  37. unpublished: false