forked from OpenAB/openab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·40 lines (31 loc) · 909 Bytes
/
_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
# -----------------
# Global variables
# -----------------
# Name of the project
name: OpenAB
# Subtitle - shown in the header of the website
subtitle: Open Agent Benchmark Initiative for Parallel and Distributed Benchmarking
# Meta description (<=160 characters) - used by search engines
description: The Open Agent Benchmark is ... (@todo)
# -----------------
# Jekyll settings
# -----------------
# Exclude files or directories from being hosted on the web
exclude: ['package.json', 'readme.md']
# Makes pretty (descriptive) permalinks. See Jekyll docs for alternatives.
permalink: pretty
# Timezone for date/time used on the website
timezone: Europe/London
# Local development configuration settings
source: .
destination: ./_site
host: 0.0.0.0
port: 4000
baseurl:
url: http://localhost:4000
lsi: false
# Markdown processing settings
markdown: kramdown
kramdown:
input: GFM
highlighter: rouge