-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
49 lines (42 loc) · 957 Bytes
/
config.toml
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
baseURL = "https://ffplayout.github.io/"
languageCode = "en-us"
title = "ffplayout"
theme = "m10c"
canonifyurls = true
[pagination]
pagerSize = 10
[indexes]
tag = "tags"
topic = "topics"
[params]
# Shown in the home page
subtitle = "Rust/ffmpeg based playout"
brand = "ffplayout"
highlightjs = "androidstudio"
dateFormat = "02 Jan 2006, 15:04"
author = "Jonathan Baecker"
description = "Rust/ffmpeg based playout"
avatar = "/img/logo.png"
menu_item_separator = "<br />"
favicon = "/favicon.ico"
[[params.social]]
icon = "github"
name = "ffplayout"
url = "https://github.com/ffplayout"
[menu]
# Shown in the side menu.
[[menu.main]]
name = "Home"
weight = 1
identifier = "home"
url = "/"
[[menu.main]]
name = "Frontend"
weight = 4
identifier = "frontend"
url = "/frontend/"
[[menu.main]]
name = "Install"
weight = 4
identifier = "install"
url = "/install/"