Initialize blog repo

This commit is contained in:
Angelos Chalaris
2019-12-20 15:22:36 +02:00
parent 6525ebe38e
commit 6c4430a154
19 changed files with 2658 additions and 19 deletions

7
config.js Normal file
View File

@ -0,0 +1,7 @@
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",
};