forked from yutingzhao1991/github-blogs-collector
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.js
executable file
·134 lines (131 loc) · 2.97 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
'use strict';
module.exports = {
'minBodyLength': 200, // 最小字数要求,同时也是概览长度
'weeklyReminderName': 'github-blogs-weekly', // 发布周更新的repo名称
'dailyReminderName': 'github-blogs-daily', // 发布日更新的repo名称
'reminderIssuesLabel': 'Articles', // 发布更新Issue时添加的label
// 开放性的repo,对该列表中的repo读取更新时会跳过"本人发布"的限制
'orgRepos': [
'amfe/article',
'tmallfe/tmallfe.github.io',
'baixing/FE-Blog',
'gf-rd/blog'
],
// Blog list
'repos': [
'fouber/blog',
'amfe/article',
'lifesinger/blog',
'xufei/blog',
'tmallfe/tmallfe.github.io',
'cssmagic/blog',
'kuitos/kuitos.github.io',
'livoras/blog',
'yisibl/blog',
'wintercn/blog',
'camsong/blog',
'riskers/blog',
'coderyi/blog',
'lukego/blog',
'hax/hax.github.com',
'atian25/blog',
'Lucifier129/Lucifier129.github.io',
'bh-lay/blog',
'dfguo/blog',
'cnsnake11/blog',
'onface/blog',
'chyingp/blog',
'ant-ued/blog',
'viktorklang/blog',
'msurguy/blog',
'SimplyY/blog',
'matthew-sun/blog',
'BayesianLogic/blog',
'niklasfrykholm/blog',
'enml/blog',
'tikonen/blog',
'lcxfs1991/blog',
'classicemi/blog',
'rccoder/blog',
'baixing/FE-Blog',
'web2hack/blog',
'bgolub/blog',
'ruhoh/blog',
'ccjr/blog',
// 'jakubholynet/blog',
'huangz1990/blog',
'pixelhandler/blog',
'ma6174/blog',
'LearnShare/blog',
'28harishkumar/blog',
'steveklabnik/blog',
'ashfurrow/blog',
'zhiqiang21/blog',
'wenzhixin/blog',
'hueitan/blog',
'mafintosh/blog',
'ipfs/blog',
'ljw1004/blog',
'imsobear/blog',
'fwon/blog',
'mominger/blog',
'zhaoda/blog',
'zhouwenbin/blog',
'Gaubee/blog',
'YIXUNFE/blog',
'thoughtram/blog',
'GitbookIO/blog',
'zwhu/blog',
'alvarto/blog',
'xieranmaya/blog',
'ngot/blog',
'fxhover/blog',
'techird/blog',
'siddontang/blog',
'serverfireteam/blog',
'fperez/blog',
'aui/blog',
'nathanleclaire/blog',
'linxz/blog',
'confidence68/blog',
'creeperyang/blog',
'substack/blog',
'luqin/blog',
'woto/blog',
'kerryChen95/blog',
'sorrycc/blog',
'josef-jelinek/blog',
'fredshare/blog',
'Hiufan/blog',
'Pearyman/blog',
'chunpu/blog',
'qq610540622/blog',
'arogulin/blog',
'pimcore-extensions/blog',
'divarvel/blog',
'yutingzhao1991/blog',
'nareix/blog',
'strikingly/blog',
'yikebocai/blog',
'jollen/blog',
'yegor256/blog',
'tarekziade/blog',
'ecomfe/blog',
'LingyuCoder/blog',
'madewithlove/blog',
'lapwinglabs/blog',
'coneo/blog',
'lmk123/blog',
'iocanel/blog',
'kengonakajima/blog',
'amilna/blog',
'fightteam/blog',
'mishe/blog',
'bholst/blog',
'Enome/blog',
'youngwind/blog',
'weexteam/article',
'sorrycc/zaobao',
'pkwenda/Blog'
]
}