generated from fastai/fast_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
82 lines (69 loc) · 1.96 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
70
71
72
73
74
75
76
77
78
79
80
81
82
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog.
#
# If you need help with YAML syntax, here are some quick references for you:
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/
title: Mithra's blog
description: Revel world ❤ 流放之地的狂欢
github_username: bsmagic
author: JSW
# Email and twitter are optional:
email: bsmagic+git@gmail.com
twitter_username:
# Set this to true to get LaTeX math equation support
use_math: true
# Add your Google Analytics ID here if you have one and want to use it
google_analytics:
# Everything below here can be ignored, unless you want to change the theme entirely
# theme
theme: minima
#theme: leap-day
#remote_theme: pages-themes/time-machine@v0.2.0
# remote_theme: SdtElectronics/jekyll-theme-antarctica
#remote_theme: pages-themes/leap-day@v0.2.0
#remote_theme: Simpleyyt/jekyll-theme-next
plugins:
- jekyll-remote-theme # add this line to the plugins list if you already have one
- jekyll-feed
- jekyll-gist
- jekyll-octicons
- jekyll-github-metadata
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-mermaid
titles_from_headings:
enabled: false
strip_title: true
collections: true
highlighter: rouge
markdown: kramdown
kramdown:
math_engine: katex
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
# Output options (more information on Jekyll's site)
# timezone: "Asia/China"
# markdown: kramdown
# highlighter: rouge
permalink: /:year-:month-:day-:title.md
# page
paginate: 25
## 侧边栏设置
# 是否开启侧边栏 true 开始 false 关闭
sidebar: true
# 侧边栏描述语句
# sidebar-about-description: "知识就是力量。"
# 侧边栏头像
# sidebar-avatar: /img/sidebar-avatar.jpg
toc: true
## 标签设置
# 是否使用首页标签
featured-tags: true
# 相同标签数量大于这个数,才会出现在首页
featured-condition-size: 0
#
rss: subscribe