forked from kaltura/developer-platform-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
51 lines (49 loc) · 1.61 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: VPaaS - Video Platform as a Service | Kaltura
email: community@kaltura.com
description: > # this means to ignore newlines until "baseurl:"
VPaaS allows you to build cloud video services, supplies SDKs, and works on all devices, media workflows, and applications. Pay as you go.
baseurl: "" # the subpath of your site, e.g. /blog
domain: "localhost"
url: "http://localhost:4000" # the base hostname & protocol for your site
#url: "http://localhost:8888" # the base hostname & protocol for your site
twitter_username: kaltura
github_username: kaltura
permalink: none
highlighter: rouge
# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
#markdown: redcarpet
gems: ['jekyll-plantuml']
redcarpet:
extensions:
- no_intra_emphasis
- fenced_code_blocks
- autolink
- tables
- strikethrough
- superscript
- with_to_data
timezone: America/New_York
lsi: true
#incremental: true
gems:
- jekyll-plantuml
- jekyll-code-example-tag
- onebox
# - jekyll-git_metadata
# - jekyll-sitemap
plantuml:
plantuml_jar: /usr/bin/plantuml.jar # path to plantuml jar
tmp_folder: _plantuml # tmp folder to put generated image files
code_example_buttons_class: 'the_buttons'
code_example_button_class: 'a_button'