-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
121 lines (119 loc) · 4.57 KB
/
config.json
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
{
"dev": 0,
"blog_name": "碎言",
"blog_name_en": "SuiYan",
"blog_author": "J.sky",
"blog_description_en": "You see see you , This one day day di.",
"blog_typed": [
"积硅步以致千里",
"积怠惰以致深渊",
"只比你努力一点的人",
"其实已经甩你很远了!"
],
"meta_description": "记录并分享个人学习Python、blender的过程和笔记,定期分享原创壁纸。Life is short, You need blender and Python!",
"meta_keywords":"壁纸,设计师,Blender,Python,JavaScript,程序员,人生苦短,我用Python",
"profile_image":"assets/images/avatar.png",
"blog_bg": "assets/images/bg.jpg",
"theme": "tailwind_HyperUI",
"build": "blog",
"md_dir": "articles",
"blog_page_num":12,
"blog_test_url":"http://192.168.0.88:5500/",
"blog_url":"https://suiyan.cc/",
"blog_sns": [
{
"ico": "github",
"url": "https://github.com/bosichong/suiyan"
},
{
"ico": "gitee",
"url": "https://gitee.com/J_Sky/suiyan"
},
{
"ico": "mail",
"url": "mailto:285911@gmail.com"
},
{
"ico": "bili",
"url": "https://space.bilibili.com/275991552"
},
{
"ico": "rss",
"url": "https://suiyan.cc/rss.xml"
}
],
"nav": [
{
"ico": "archive",
"text": "归档",
"url": "archives.html"
},
{
"ico": "tags",
"text": "标签",
"url": "tags.html"
}
],
"links": [
{
"site_name": "小林笔记",
"site_url": "https://m.senlinm.cn",
"site_description": "轻生活,秒上签",
"site_avatar": "https://senlinm.s3.us-east-005.backblazeb2.com/01.png"
},
{
"site_name": "zhangpingcloud",
"site_url": "https://www.zhangpingcloud.tech/",
"site_description": "编程爱好者,帅哥一个。",
"site_avatar": "http://suiyan.cc/assets/images/user_circle.png"
},
{
"site_name": "特立独行的异类",
"site_url": "https://www.demochen.com",
"site_description": "一张肆无忌惮的脸,一颗桀骜不驯的心。",
"site_avatar": "https://www.demochen.com/images/avatar.png"
},
{
"site_name": "八咫乌",
"site_url": "https://www.vergilisme.com/",
"site_description": "思君如满月,夜夜减清辉",
"site_avatar": "https://www.vergilisme.com/usr/themes/Lumieres/fonts/logo_vertical.svg"
},
{
"site_name": "ScarSu - 终身成长,前端技术,信息源",
"site_url": "https://www.scarsu.com",
"site_description": "96女性程序员,以终身成长为人生意义,热爱前端技术,喜欢读各种书,关注效率提升、自我管理、心智成长、认知提升、极简生活。",
"site_avatar": "https://scarsu.oss-cn-shanghai.aliyuncs.com/picgo20201012144739.jpg"
},
{
"site_name": "BORBER",
"site_url": "https://blog.borber.top/",
"site_description": "跌宕歌词 纵横书卷 不与遣年华",
"site_avatar": "https://cdn.jsdelivr.net/gh/Borber/PublicPic1/headImg/head.png"
},
{
"site_name": "胡涂说",
"site_url": "https://hutusi.com/",
"site_description": "中文独立博客,任抛星汉归园圃,留取乾坤盛酒囊。",
"site_avatar": "http://suiyan.cc/assets/images/user_circle.png"
},
{
"site_name": "诺依阁的日常记录",
"site_url": "https://blog.nuoyis.com/",
"site_description": "更多好玩有趣的内容都在这里",
"site_avatar": "https://blog.nuoyis.com/favicon.ico"
},
{
"site_name": "图灵技术域",
"site_url": "http://www.omegaxyz.com/",
"site_description": "徐奕的专栏-机器学习、软件工程、计算机大佬。",
"site_avatar": "https://www.omegaxyz.com/wp-content/uploads/2020/01/AI-GIF.gif"
},
{
"site_name": "碎言",
"site_url": "https://suiyan.cc",
"site_description": "记录并分享个人学习Python、JavaScript的过程和笔记。Life is short, You need JavaScript and Python!",
"site_avatar": "https://suiyan.cc/assets/images/avatar.jpg"
}
]
}