-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
63 lines (62 loc) · 1.46 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
name: The Garden of Eden, Yiak
mardown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
# https://github.com/jekyll/jekyll/issues/4619
syntax_highlighter_ops:
css_class: 'highlight'
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
highlighter: rouge
permalink: /blog/:year/:month/:day/:title
theme: jekyll-theme-slate
exclude: [lib/bootstrap-table/]
gems: [jekyll-paginate, jekyll-feed]
paginate: 5
paginate_path: "/blog/page:num/"
friends: [
{
url: "http://freerambo.com",
name: "FreeRambo",
icon: "fa fa-user-o"
},
{
url: "www.yiak.co",
name: "Yiak\'s Old posts",
icon: "fa fa-external-link"
},
{
url: "https://linux.die.net/man/",
name: "Linux",
icon: "fa fa-external-link"
},
{
url: "https://en.wikipedia.org/wiki/Science",
name: "Wikipedia Science",
icon: "fa fa-external-link"
},
{
url: "https://stanfordnlp.github.io/CoreNLP/",
name: "Stanford NLP Group, NLP compiler",
icon: "fa fa-external-link"
},
{
url: "https://github.com/tensorflow/tensorflow",
name: "Tensorflow",
icon: "fa fa-external-link"
},
{
url: "https://cloud.google.com",
name: "GCE, Kubernetes",
icon: "fa fa-external-link"
},
{
url: "https://ruff.io",
name: "IoT",
icon: "fa fa-external-link"
}
]