This repository was archived by the owner on Sep 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
64 lines (57 loc) · 1.75 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
baseurl = "https://noisesocket.com/"
languageCode = "en-us"
Title = "NoiseSocket"
# Copyright notice. This is displayer in the footer.
copyright = "© Virgil Security"
theme = "beautifulhugo"
canonifyurls = true
googleAnalytics = "UA-113727296-1"
[params]
paginate = 10
# Social accounts. Link to these accounts are displayed in the header and
# footer
twitter = "noisesocket"
facebook = "VirgilSec"
#instagram = "Your Instagram username"
#googleplus = "Your Google+ user id"
github = "noisesocket"
#npm = "Your npm username"
#codepen = "Your CodePen username"
#dribbble = "Your Dribbble username"
#fivehundredpx = "Your 500px username" # 500px
#flickr = "Your Flickr username"
#pinterest = "Your Pinterest username"
#tumblr = "Your Tumblr username"
#vimeo = "Your Vimeo username"
#youtube = "Your YouTube username"
#linkedin = "Your LinkedIn username"
# Disqus shortname
#disqus = ""
#author = "Alexey Ermishkin & Trevor Perrin"
authorwebsite = "noiseprotocol.org"
#avatar = "/path/to/avatar"
contact = "mailto:[email protected]"
#bio = "Your short bio"
# Short subtitle/tagline. This is displayed in the header.
subtitle = "The future of transport layer security"
# Logo image. This is displayed ogp image.
#logo = "/path/to/logo"
#favicon = "/path/to/favicon"
[Author]
name = "Virgil Security"
email = "[email protected]"
facebook = "VirgilSec"
github = "noisesocket"
twitter = "noisesocket"
website = "https://virgilsecurity.com"
[[menu.main]]
name = "Blog"
weight = 1
[[menu.main]]
name = "Spec"
url = "spec/noisesocket/"
weight = 2
[[menu.main]]
name = "NLS"
url = "spec/nls/"
weight = 3