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.

27 lines
515 B

7 years ago
7 years ago
  1. {
  2. "title": "ArnauCube - Blog",
  3. "relativePath": "/blog",
  4. "postsDir": "posts",
  5. "indexTemplate": "index.html",
  6. "postThumbTemplate": "postThumbTemplate.html",
  7. "posts": [
  8. {
  9. "thumb": "coffeeminer_thumb.md",
  10. "md": "coffeeminer-hacking-wifi-cryptocurrency-miner.md"
  11. },
  12. {
  13. "thumb": "flock-botnet_thumb.md",
  14. "md": "flock-botnet.md"
  15. },
  16. {
  17. "thumb": "blogo_thumb.md",
  18. "md": "blogo.md"
  19. }
  20. ],
  21. "copyRaw": [
  22. "css",
  23. "img",
  24. "vendor",
  25. "js"
  26. ]
  27. }