forked from Gaohaoyang/gaohaoyang.github.io
-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path_config.yml
257 lines (241 loc) · 7.57 KB
/
_config.yml
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: 鹤啸九天
brief-intro: 自律更自由,平凡不平庸
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://wqw547243068.github.io" # the base hostname & protocol for your site
permalink: /:year/:month/:day/:title/
# other links
twitter_username: wqw547243068
facebook_username: [email protected]
github_username: wqw547243068
github_reponame: wqw547243068.github.io
github_home: http://wqw547243068.github.com
email: [email protected]
weibo_username: u/1232977597
zhihu_username: wangqiwen
linkedIn_username: 奇文-王-519888bb
dribbble_username:
description_footer: 学习资料汇总
# ======= 评论插件 =========
# [2023-1-5] 只保留utteranc.es和来必力
# comments
comments: true
# two ways to comment, only choose one, and use your own short name 两种评论插件,选一个就好了,使用自己的 short_name
utterance_open: false # [2023-1-5] 新增github issue插件
giscus_open: true # [2023-1-5] 新增github discussion插件, 暂未启用
gitment_open: false # gitment 插件,有故障
# duoshuo_shortname: wqw547243068 # 【2022-9-28】duoshuo已失效
disqus_shortname: wqw # [2019-04-29]vpn,通过google账号申请,https://wqw.disqus.com/admin/install/platforms/jekyll/
livere_open: false # 来必力插件
# 【2019-07-25】韩国来必力评论系统 Support for LiveRe comments system.
# You can get your uid from https://livere.com/insight/myCode (General web site)
livere_uid: MTAyMC80NTU2OC8yMjA3OQ==
# [2019-11-01]gittalk评论插件, https://aerolith.ink/2018/08/25/Gitalk/
gitalk_open: false # gitalk 插件,有故障
# Gitalk settings [2022-9-27]更新过期密钥,https://github.com/settings/applications/1158954
comment_gitalk_clientId: a34109f2e38d41848408
comment_gitalk_clientSecret: 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
#comment_gitalk_clientSecret: 36babd95c5defd040547c81bb1a12008194e73a6 # 新token导致gitalk无法完全展现
comment_gitalk_repo: wqw547243068.github.io
# ======== 网站统计 =========
# statistic analysis 统计代码
# 百度统计 id,将统计代码替换为自己的百度统计id,即
# hm.src = "//hm.baidu.com/hm.js?xxxxxxxxxxxx";
# xxxxx字符串
baidu_tongji_id: 0600ccce38264ecba9a3c1b652c83b75
#baidu_tongji_id: cf8506e0ef223e57ff6239944e5d46a4
google_analytics_id: UA-139247575-1 # google 分析追踪id
# ======== markdown ========
# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
# port
# port: 1234
# url
category_dir: category/
tag_dir: tag/
# excerpt
excerpt_separator: "\n\n\n\n"
# 【2022-9-22】扩充(Ruby)插件,paginate
# 【2024-12-31】 增加 RSS 插件
plugins:
- jekyll-paginate
- jekyll-seo-tag
- jekyll-spaceship
- jekyll-mermaid
- jekyll-feed
# 【2022-9-23】规避github page里的safe模式,测试
whitelist:
- jekyll-spaceship
- jekyll-mermaid
paginate: 25
# useful websites
useful_urls:
-
name : WaitButWhy
url : https://waitbutwhy.com/
desc : 国外知名科技博主
-
name : 3blue1brown
url : http://www.3blue1brown.com/
desc : 优质数学教学视频
-
name : prajwalsouza可视化项目
url : https://prajwalsouza.github.io/
desc : 传染病可视化模拟
-
name : Google AI Lab
url : https://aiexperiments.withgoogle.com/
desc : 汇总各种有意思的demo
-
name : Polo club
url : https://poloclub.github.io/
desc : Human-Centered AI of Georgia Tech, 各类AI可视化工作,含GAN Lab
-
name : Sam Altman
url : https://blog.samaltman.com/
desc : OpenAI CEO的成功学指南
-
name : OpenAI研究员Lilian
url : https://lilianweng.github.io/lil-log/
desc : OpenAI机器人项目研究员的技术博客
-
name : Jason Wei
url : https://www.jasonwei.net/
desc : ChatGPT核心技术CoT发明人博客,Google Brain 员工 & CoT 发明人
-
name : Lingdong
url : https://lingdong.works/
desc : CMU在读学生Lingdong的项目集合,含文言文写代码
-
name : MANA
url : http://manaai.cn/
desc : AI算法市场
-
name : Yann Lecun(杨立昆)
url : http://yann.lecun.com/
desc : 三巨头之一
-
name : Andrej Karpathy
url : http://karpathy.github.io/
desc : 深度学习界的AK47
-
name : Jay Alammar
url : https://jalammar.github.io/
desc : 【精品】图解系列
-
name : Sebastian Ruder
url : https://ruder.io/
desc : DeepMind成员的最新技术跟进
-
name : 李宏毅 (Hung-yi Lee)
url : http://speech.ee.ntu.edu.tw/~tlkagk/
desc : 台大教授
-
name : Colah’s Blog
url : http://colah.github.io/
desc : 精品文章
-
name : ayaka绫香(新加坡)
url : https://en.ayaka.shn.hk/
desc : nlp研究者, 计算机+语言学, ChatGPT
-
name : 渐构
url : https://en.ayaka.shn.hk/
desc : 日本博士,西电老师,曾经的DL讲师团成员
-
name : 集智俱乐部
url : https://swarma.org/
desc : 没有围墙的大学
-
name : 知识分子
url : http://zhishifenzi.com/
desc : 饶毅科学知识
-
name : 红杉
url : https://www.sequoiacap.com/
desc : 行业投资报告
-
name : prajwalsouza可视化项目
url : https://prajwalsouza.github.io/
desc : 传染病可视化模拟
-
name : 一亩三分地
url : https://www.1point3acres.com/
desc : 北美华人社区
-
name : Floydhub
url : https://blog.floydhub.com/
desc : Floydhub技术博客
-
name : 爱可可
url : https://weibo.com/fly51fly
desc : 微博大V,实时更新最新技术
-
name : RL入门资料
url : https://simoninithomas.github.io/Deep_reinforcement_learning_Course/
desc : Deep Reinforcement Learning from beginner to expert
-
name : 深度学习前沿笔记
url : https://zhuanlan.zhihu.com/c_188941548
desc : 张俊林的优质专栏
-
name : Sota技术汇总
url : https://www.stateoftheart.ai/
desc : AI领域state-of-art技术汇总
-
name : Sota代码
url : https://paperswithcode.com/sota
desc : 各领域效果最佳论文及代码
-
name : Neurohive
url : https://neurohive.io/en/
desc : AI领域最新数据集+Sota效果(俄罗斯)
-
name : Tensorflow中国社区
url : https://www.tensorflowers.cn/
desc : 谷歌组织的TF社区
-
name : 酷壳
url : https://coolshell.cn
desc : 左耳朵耗子
-
name : 莫烦系列教程
url : https://morvanzhou.github.io/
desc : Python、ML、RL等教程
-
name : 全球架构师峰会
url : https://archsummit.infoq.cn/2019/shenzhen/
desc : 架构师领域技术交流
-
name : 5to9
url : https://5to9.beehiiv.com/
desc : 国外创业案例
-
name : 黄海广博士的学习总结(github)
url : https://github.com/fengdu78
desc : 机器学习、深度学习课程总结及完整资料
-
name : 数林觅风
url : https://woaielf.github.io/
desc : 精美脑图笔记
-
name : 数学研发论坛
url : http://yoyowinwin.com:8000/about/
desc : 数学爱好者
-
name : 码云同步
url : https://gitee.com/wqw547243068
desc : 代码同步,解决github不稳定的问题
-
name : hht
url : https://xhhszc.github.io
desc : 实践