-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
75 lines (61 loc) · 1.32 KB
/
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
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
baseurl = "http://sequencer.io/"
languageCode = "en-us"
title = "Sequence"
theme = "ion"
copyright = "Dataence, LLC. All Rights Reserved."
[Author]
name = "Jian Zhen"
[Taxonomies]
tag = "tags"
category = "categories"
series = "series"
[params]
description = "High Performance Log Analyzer and Parser"
twitter = "https://twitter.com/trustpath"
linkedin = "https://linkedin.com/in/zhenjl"
github = "https://github.com/trustpath/sequence"
disqus = "sequencer"
[[menu.main]]
name = "Home"
url = "/"
weight = 10
[[menu.main]]
name = "Github"
url = "https://github.com/trustpath/sequence"
weight = 20
[[menu.main]]
name = "Manual"
url = "/manual/introduction/"
weight = 30
[[menu.main]]
name = "Blog"
url = "/blog/"
weight = 40
[[menu.projects]]
name = "SurgeMQ"
url = "https://github.com/surgemq/surgemq"
weight = 10
[[menu.projects]]
name = "Sequence"
url = "https://github.com/trustpath/sequence"
weight = 20
[[menu.projects]]
name = "Others Cool Projects"
url = "https://github.com/surge"
weight = 30
[[menu.sites]]
name = "SurgeMQ Blog"
url = "http://surgemq.com"
weight = 10
[[menu.sites]]
name = "Zen 3.1 Blog"
url = "http://zhen.org"
weight = 20
[[menu.manual]]
name = "Overview"
identifier = "overview"
weight = 10
[[menu.manual]]
name = "Library"
identifier = "library"
weight = 20