_config.yml 325 B

12345678910111213141516
  1. safe: true
  2. source: .
  3. markdown: redcarpet
  4. redcarpet:
  5. extensions: ["smart", "tables", "no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "superscript", "with_toc_data"]
  6. title: KPD
  7. defaults:
  8. -
  9. scope:
  10. path: ""
  11. type: "posts"
  12. values:
  13. layout: "post"
  14. author: "Kyle P. Davis"