forked from JerroldLee/tw93.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
131 lines (120 loc) · 2.57 KB
/
Copy path_config.yml
File metadata and controls
131 lines (120 loc) · 2.57 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
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
# Site Information
title: Tw93
description: "Tw93 的个人博客,杭州产品工程师,写一些关于产品工程、AI Coding、开源工具的思考"
url: https://tw93.fun
repo: tw93/tw93.github.io
lang: zh-CN
encoding: utf-8
timezone: Africa/El_Aaiun
# Author Information (for SEO and AI crawlers)
author:
name: Tw93
email: tw93@qq.com
url: https://tw93.fun
twitter: HiTw93
github: tw93
# Social Media and External URLs
github: tw93
zhihu: tw93
twitter: HiTw93
v2ex: tw93
menu:
- title: "Weekly"
url: "https://weekly.tw93.fun/"
- title: "GitHub"
url: "https://github.com/tw93"
- title: "Twitter"
url: "https://twitter.com/HiTw93"
- title: "About"
url: "/about.html"
# SEO and Analytics
google_analytics: G-KS7EDB6BRM
# 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
webrick:
headers:
"Access-Control-Allow-Origin": "*"
"Access-Control-Allow-Methods": "GET, OPTIONS"
"Access-Control-Allow-Headers": "Content-Type, X-Requested-With"
collections:
posts:
output: true
permalink: /:year-:month-:day/:title.html
posts_en:
output: true
permalink: /en/:year-:month-:day/:title.html
sort_by: date
include: [".htaccess", "robots.txt", "llms.txt", "llms-full.txt", "api", "projects", "6ff2b87724ac930114bf05c74db50bb5.txt"]
exclude:
[
"Gemfile",
"Gemfile.lock",
"README.md",
"LICENSE",
"package.json",
"node_modules",
"SEO_GUIDE.md",
"CLAUDE.md",
]
# Plugins
plugins:
- jekyll-paginate
- jekyll-pdf-embed
- jekyll-sitemap
- jekyll-feed
# Sitemap Settings
defaults:
- scope:
path: "images/**/*"
values:
sitemap: false
- scope:
path: "js/**/*"
values:
sitemap: false
- scope:
path: "css/**/*"
values:
sitemap: false
- scope:
path: "_sass/**/*"
values:
sitemap: false
- scope:
path: ""
type: "posts"
values:
sitemap:
priority: 0.8
changefreq: weekly
- scope:
path: ""
type: "posts_en"
values:
sitemap:
priority: 0.8
changefreq: weekly
- scope:
path: ""
type: "pages"
values:
sitemap:
priority: 0.6
changefreq: monthly
# Custom Site Settings
showBuyCoffee: true
payImage: //gw.alipayobjects.com/zos/k/vb/1.png
assetUrl: //tw93.fun/images/
defaultImage: data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==