-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·69 lines (67 loc) · 1.95 KB
/
_config.yml
File metadata and controls
executable file
·69 lines (67 loc) · 1.95 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
name: Rhythmic Epistles
description: 欲買桂花同載酒,終不似,少年遊。
url: https://kakack.github.io
#baseurl: /blog
lang: zh-CN
author_name: Kyrie Chen
hero_title: Hi, that's Kyrie
hero_subtitle: I write about machine learning, LLM systems, AI infrastructure, and the cities and journeys that stay with me after the trip is over.
hero_intro: Engineer, researcher, traveler, husband, and father. This site is where technical notes and personal essays live together.
about_preview: My technical writing traces every step of learning and building through school and industry; my travel and life essays capture the places and moments worth revisiting over time.
avatar: https://raw.githubusercontent.com/kakack/kakack.github.io/master/_images/logo.png
favicon: https://raw.githubusercontent.com/kakack/kakack.github.io/master/_images/icon.png
social_image: https://raw.githubusercontent.com/kakack/kakack.github.io/master/_images/logo.png
navigation:
- name: Home
url: /
- name: About
url: /about
- name: Archive
url: /archive
- name: Tags
url: /tags
paginate: 8
excerpt_separator: <!-- more -->
footer-links:
email: kyriiiechen@gmail.com
github: kakack
instagram: kyriiiec
linkedin: kakack
tumblr: kyriiiec
pinterest: kyriiieck
twitter: kyriiiec
facebook: kyriiiec
weibo: kakack
footer-text: Copyright (c) 2026 Let's talk with the world.
disqus: kakack
# 未启用时可留空或注释,启用时填写 ID 即可
# google_analytics: UA-XXXXXXXXX-X
utteranc:
repo: kakack/kakack.github.io
permalink: /:title/
paginate_path: /page:num/
version: v1.2.0
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: "highlight"
math_engine: katex
sass:
style: :compressed
plugins:
- jekyll-sitemap
- jekyll-feed
- jekyll-paginate
- jekyll-gist
- jekyll-scholar
- jekyll-katex
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME
- vendor
- .bundle
- node_modules