9 lines
262 B
JavaScript
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",
|
|
};
|