You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
452 B

5 years ago
  1. {
  2. "title": "Blogo example",
  3. "relativePath": "",
  4. "indexTemplate": "index.html",
  5. "postThumbTemplate": "postThumbTemplate.html",
  6. "posts": [
  7. {
  8. "thumb": "postaboutcats_thumb.md",
  9. "md": "postaboutcats.md"
  10. },
  11. {
  12. "thumb": "the-empty-cube_thumb.md",
  13. "md": "the-empty-cube.md"
  14. },
  15. {
  16. "thumb": "firstpost_thumb.md",
  17. "md": "firstpost.md"
  18. }
  19. ],
  20. "copyRaw": [
  21. "css",
  22. "img",
  23. "js"
  24. ]
  25. }