-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path_config.yml
More file actions
62 lines (54 loc) · 1.54 KB
/
_config.yml
File metadata and controls
62 lines (54 loc) · 1.54 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
# theme: jekyll-theme-cayman
# theme: jekyll-theme-hacker
markdown: kramdown
highlighter: rouge
# 正式站首页与 canonical(GitHub Pages + 自定义域)
url: "https://sumsec.me"
baseurl: ""
# 站点短名(用于浏览器标题后缀,不写域名)
title: SUMSEC
description: SummerSec · 安全研究与笔记
# 首页 <title> 展示的座右铭
motto: 像清水一般清澈透明
title_separator: " · "
# 标题超过该字数(字符数)时,标签页内用 JS 滚动展示全文
title_scroll_threshold: 34
# GitHub 仓库(utterances 评论、部分主题变量用)
repository: SummerSec/BlogPapers
# 基于 GitHub Issues 的评论:https://utteranc.es/ 需在仓库安装 utterances app
utterances:
repo: SummerSec/BlogPapers
issue_term: pathname
theme: github-dark
label: blog-comments
# 可选:Cloudflare Worker 统计根 URL(无尾部斜杠),见 workers/page-stats/README.md;留空则用 CountAPI
stats_endpoint: "https://capi.sumsec.me"
exclude:
- CLAUDE.md
- _scripts
- workers
# GitHub Pages: process Markdown without --- front matter; use README as site index
plugins:
- jekyll-optional-front-matter
- jekyll-readme-index
- jekyll-titles-from-headings
defaults:
- scope:
path: ""
type: pages
values:
layout: default
- scope:
path: "README.md"
values:
title: ""
- scope:
path: "resources/Archives.md"
values:
title: "归档"
comments: false
- scope:
path: "resources/AboutMe.md"
values:
title: "关于"
comments: false