Extract data from blog posts

This commit is contained in:
Angelos Chalaris
2019-12-23 12:35:10 +02:00
parent 828d020e3f
commit 0715000eec
3 changed files with 68 additions and 0 deletions

View File

@ -4,4 +4,5 @@ module.exports = {
"repositoryUrl": "https://github.com/30-seconds/30-seconds-blog",
"snippetPath": "blog_posts",
"snippetDataPath": "blog_data",
"parser": "_30blogParser",
};