-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
47 lines (37 loc) · 1.13 KB
/
_config.yml
File metadata and controls
47 lines (37 loc) · 1.13 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
# 网站基本信息
url: https://liningping.github.io # 修改为你的 GitHub Pages 地址
title: 云之巅
subtitle: kaleidoblog
# google_analytics_tracking_id: UA-XXXXX-X # 如果需要 Google Analytics,取消注释并填写
permalink: /blog/:year/:month/:day/:title/
baseurl: "" # the subpath of your site, e.g. /blog/
subscribe_rss: /feed.xml
disqus_short_name: kaleido-2
disqus_show_comment_count: false
exclude: ["vendor", "LICENSE", "_posts/LICENSE"]
plugins: ["jekyll-paginate"]
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
hard_wrap: false
math_engine: mathjax
math_engine_opts:
preview: false
preview_as_code: false
paginate: 10
paginate_path: "/blog/:num/"
recent_posts: 5
excerpt_link: "阅读更多"
titlecase: true
category_dir: blog/categories
# 默认作者 ID(用于没有指定作者的文章)
author: yourname
# 作者信息配置
# 在文章中使用 author: yourname 来引用作者
authors:
yourname:
name: 李宁萍
github: https://github.com/liningping
# series and oss_projects removed - only blog posts are shown
# podcast 配置已删除(如果不需要播客功能)