Files
30-seconds-of-code/config.js
2019-12-23 12:35:10 +02:00

9 lines
262 B
JavaScript

module.exports = {
"name": "30-seconds-blog",
"description": "The official 30-seconds blog",
"repositoryUrl": "https://github.com/30-seconds/30-seconds-blog",
"snippetPath": "blog_posts",
"snippetDataPath": "blog_data",
"parser": "_30blogParser",
};