forked from tw93/tw93.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
69 lines (62 loc) · 1.42 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
# Site Information
title: Zhang
description: "从事 LLM 推理部署、视觉算法开发、模型压缩部署以及算法SDK开发工作,终身学习践行者。"
url: https://www.armcvai.cn
repo: harleyszhang/harleyszhang.github.io
lang: zh-CN
timezone: Africa/El_Aaiun
# Social Media and External URLs
github: harleyszhang
zhihu: tang-fen-44-49
menu:
- title: "Categories"
url: "/categories.html"
- title: "About"
url: "/about.html"
- title: "Weekly"
url: "https://zhg-weekly.vercel.app/"
# SEO and Analytics
google_analytics: G-PL13W62QF9
# Build Settings
paginate: 10
post_ext: md
page_ext: md
post_layout: post
page_layout: page
titlecase: true
future: true
highlighter: rouge
markdown: kramdown
permalink: /:year-:month-:day/:title.html
sass:
sass_dir: _sass
style: compressed
collections:
posts:
output: true
permalink: /:year-:month-:day/:title.html
posts_en:
output: false
permalink: /en/:year-:month-:day/:title.html
sort_by: date
include: [".htaccess"]
exclude:
[
"Gemfile",
"Gemfile.lock",
"README.md",
"LICENSE",
"package.json",
"node_modules",
]
# Plugins
plugins:
- jekyll-paginate
- jekyll-pdf-embed
- jekyll-sitemap
- jekyll-feed
# Custom Site Settings
showBuyCoffee: true
payImage: //gw.alipayobjects.com/zos/k/vb/1.png
assetUrl: //www.armcvai.cn/images/
defaultImage: data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==