forked from opagit/lifelong-robotic-vision.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
78 lines (66 loc) · 1.37 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
# Site settings
title: Lifelong Robotic Vision
description: IROS2019 Competition
baseurl: ""
url: "https://lifelong-robotic-vision.github.io"
# GitHub User settings
username: Qi She
github_username: lifelong-robotic-vision
user_description:
user_title:
email: sheqi1991@gmail.com
# Blog Author settings
author:
name: Qi She
picture:
email: sheqi1991@gmail.com
description:
twitter:
facebook:
github: https://github.com/lifelong-robotic-vision
linkedin:
# markdown
# https://kramdown.gettalong.org/converter/html.html
markdown: kramdown
auto_ids: false
kramdown:
auto_ids: false
footnote_nr: 1
entity_output: as_char
# Jekyll 3 and GitHub Pages now only support rouge for syntax highlighting
syntax_highlighter: rouge
syntax_highlighter_opts:
# Use existing pygments syntax highlighting css
css_class: 'highlight'
span:
line_numbers: false
block:
line_numbers: false
start_line: 1
highlighter: rouge
plugins:
- jekyll-seo-tag
- jekyll-sitemap
permalink: none
defaults:
-
scope:
path: ""
type: "posts"
values:
toc: true
mathjax: true
mermaid: true
highlight: false
numbering: false
status: Ongoing
protected: false
commentable: true
rss: true
exclude:
- LICENSE.md
- README.md
- "*.cdf"
- "*.nb"
- "*.bk"
- "*.draft.md"