-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path_config.yml
More file actions
104 lines (87 loc) · 3.26 KB
/
_config.yml
File metadata and controls
104 lines (87 loc) · 3.26 KB
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
# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
# Site
title: 极客兔兔
keyword: geektutu,jiketutu,Go语言,golang,python
description: 极客兔兔的博客,致力于分享一些技术教程和有趣的技术实践,包括但不限于 Go 语言/golang, Python, tensorflow, 分布式, 机器学习相关的内容。也可以通过搜索极客小站,jiketutu 找到我。
author: 极客兔兔
language: zh-CN
url: https://geektutu.com
root: /
permalink: post/:title.html
# seo优化各个浏览器的验证信息
beian: 沪ICP备18001798号-1
seo_title: 极客兔兔 # 子页面的后缀,效果: 关于我 | 极客兔兔,如果与title一致,则可以不设置
seo:
google_site_verification: X31OY0d2sKImNbS2x8-OpITWRK4nn7nZCcXe3_hA9ew
baidu_site_verification: p7Pz3jlx4t
ms_site_verification: 7E2AEE3378AC93764DEAB411177A21A1
_360_site_verification: 1d1e81a1a48a1ed2e3308d7cb8e548e7 # 不能以数字开头,所以加上了下划线
# 开启博客资源的相对链接 https://hexo.io/zh-cn/docs/asset-folders
post_asset_folder: true
marked:
prependRoot: false
skip_render:
- tool/comments.json
- lab/**/*
# Site settings
header_icon: img/icon.png
theme: geektutu
# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
type: git
repository: https://git.coding.net/gzdaijie/geektutu-blog.git
branch: coding-pages
gitalk:
client_id: 'c1fdd456a4caae5f7df0'
client_secret: 'b2674451e21feae50520f99337ec15d2aebe7879'
accessToken: '513dc2f1e6df8c07a12fbf1547874f54679d9712'
repo: 'geektutu.github.io'
owner: 'geektutu'
# alipay wechatpay 的二维码转换的网址,不使用二维码图片,提高加载速率。
reward:
alipay: HTTPS://QR.ALIPAY.COM/FKX060337TUXBAX9LIFJE8
wechat: wxp://f2f0qgGBlfD1nZXjvBjievxB0z0fc0W2sBq5
related_links:
- link: https://github.com/geektutu
img: img/related_links/github.png
name: Github
- link: https://geektutu.com/feed.xml
img: img/related_links/rss.jpg
name: RSS
- link: https://www.zhihu.com/people/gzdaijie
img: img/related_links/zhihu.png
name: 知乎
- link: https://weibo.com/geektutu
img: img/related_links/weibo.jpg
name: 微博
# 文章末尾配置一些提示信息,可选,默认关闭
post_tips:
find_me: true # 本站永久域名「 xx.domain 」, 也可以通过搜索「 xx 」找到我。
widgets:
caidan: false # 开启彩蛋,点击屏幕会随机弹出 '点个赞','留个言'等
busuanzi: true # 开启不蒜子统计 https://busuanzi.ibruce.info/
# 自定义推广链接:宽度250,高度不限。
# custom_ads:
# - link: https://s.click.taobao.com/0ZEThqv
# img: https://img.alicdn.com/tfs/TB1QJC6dOrpK1RjSZFhXXXSdXXa-300-100.jpg
# - link: https://url.cn/5bE04oI
# img: https://s2.ax1x.com/2020/02/12/1bns2D.jpg
ba_auto_push: true # Baidu 自动推送,以下均为可选配置
ba_track_id: 1a0ec38c52c08db815b0046c2783b1aa # Baidu Analytics
google_analysis: UA-142641425-1 # Google Analytics
feed:
enable: true
limit: 0
type: rss2
content: false
path: feed.xml
icon: img/icon.png
index_rec:
- link: https://geektutu.com/post/gee.html
name: 📘 七天用 Go 从零实现
- link: https://geektutu.com/post/high-performance-go.html
name: 📘 Go 语言高性能编程
- link: https://studygolang.com
name: 🔗 Go 语言中文网