-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
56 lines (49 loc) · 1.23 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
baseURL = "https://parallel-ssh.org/"
languageCode = "en-us"
title = "ParallelSSH"
theme = "beautifulhugo"
# Site language. Available translations in the theme's `/i18n` directory.
defaultContentLanguage = "en"
# Enable comments by entering your Disqus shortname
disqusShortname = "parallel-ssh"
# Enable Google Analytics by entering your tracking code
googleAnalytics = "UA-9132694-6"
paginate = 5
metaDataFormat = "yaml"
pygmentsUseClasses = true
pygmentCodeFences = true
enableRobotsTXT = true
[Params]
logo = "/static/avatar-icon.png"
favicon = "/static/favicon.png"
dateFormat = "January 2, 2006"
commit = false
rss = true
comments = false
[Author]
name = "Panos Kittenis"
website = "parallel-ssh.org"
email = "[email protected]"
github = "ParallelSSH"
[[menu.main]]
name = "Blog"
url = ""
weight = 1
[[menu.main]]
name = "About"
url = "about/"
weight = 3
[[menu.main]]
identifier = "projects"
name = "Projects"
weight = 2
[[menu.main]]
parent = "projects"
name = "parallel-ssh"
url = "https://github.com/ParallelSSH/parallel-ssh"
weight = 1
[[menu.main]]
parent = "projects"
name = "ssh2-python"
url = "https://github.com/ParallelSSH/ssh2-python"
weight = 2