-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
113 lines (108 loc) · 3.14 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# site info
title: Lightning DB - DRAM/SSD optimized Realtime In-memory DBMS
email: [email protected]
description: >-
LightningDB - DRAM/SSD optimized Realtime In-memory DBMS. It uses customized redis & rocksDB, Apache Spark as well.
keywords: dbms, realtime, olap, dram optimized, nvme optimzed, ssd optimized
baseurl: "/"
autho: 9bow
url: "https://ligtningdb.io"
url_docs: "https://docs.lightningdb.io"
github_username: mnms
encoding: UTF-8
lang: en-US
# contact info
contact:
tel:
email: [email protected]
addr1: 8F, 264, PangyoRo, BundangGu
addr2: SeongnamSi, GyeonggiDo, Korea
cta: We provide speed and trust to business.
# menu info
menu:
- title: Home
url: /
target:
- title: About us
url: /about
target:
# - title: Solutions
# url: /solutions
# target:
- title: Blog
url: /blog
target:
- title: Docs
url: https://docs.lightningdb.io
target: _blank
- title: Contact
url: /contact
target:
# jekyll build option
markdown: kramdown
# kramdown:
# syntax_highlighter: rouge
# syntax_highlighter_opts:
# css_class: 'highlight'
# span:
# line_numbers: false
# block:
# line_numbers: true
# start_line: 1
kramdown:
syntax_highlighter_opts:
block:
line_numbers: true
plugins:
- jekyll-feed
- jekyll-paginate-v2
permalink: /blog/:year/:month/:title.html
category_dir: /blog/category/
# tag_dir: /tag/
excerpt_separator: <!-- more --> # Marks end of excerpt in posts
pagination:
enabled: true # enable pagination plugin
debug: false # debug mode
sort_reverse: true # latest first
collection: 'posts' # collect posts
per_page: 5 # blog items per page
# The permalink structure for the paginated pages (this can be any level deep)
permalink: '/page/:num/' # Pages are html files, linked jekyll extensionless permalink style.
# Optional the title format for the paginated pages (supports :title for original page title, :num for pagination page number, :max for total number of pages)
title: ':title - page :num'
# Limit how many pagenated pages to create (default: 0, means all)
limit: 0
autopages:
enabled: true # enable autopages option (included in pagenation plugin)
categories:
# Optional, the list of layouts that should be processed for every category found in the site
layouts:
- 'blog-list.html'
# Optional, the title that each category paginate page should get (:cat is replaced by the Category name)
title: 'Posts in category :cat'
# Optional, the permalink for the pagination page (:cat is replaced),
# the pagination permalink path is then appended to this permalink structure
permalink: '/blog/category/:cat'
collections:
layouts:
- 'blog-list.html'
permalink: '/blog/collection/:coll'
tags:
layouts:
- 'blog-list.html'
permalink: '/blog/tag/:tag'
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- .sass-cache/
- .gitignore
- docs/
- README.md