-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
106 lines (82 loc) · 2.65 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
baseurl = "https://stratosphere.github.io/www"
title = "Stratosphere Capital"
theme = "coder-portfolio"
DefaultContentLanguage = "en"
paginate = 20
pygmentsstyle = "b2"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
pygmentsUseClasses = true
disqusShortname = "yourdiscussshortname"
[params]
author = "Stratosphere Capital"
title = "Stratosphere Capital"
info = "we trade digital assets"
description = "Stratosphere Capital"
keywords = "blockchain,blog,developer,company,startup"
# avatarurl = "images/avatar.jpg"
hideCredits = false
hideCopyright = false
# Bottom sns share
snsShare = false
# Popular sns share
# if you want add sns. please message!
enableTwitterShare = true
enableFacebookShare = false
enableHatenaShare = false
enableLineShare = false
enableLinkedInShare = false
thumbnail = ""
# Custom CSS
font_css = "https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@500;700"
custom_css = ["https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css"]
# Alignment of Mobile Menu items
itemscentered = true
# RTL support
rtl = false
langseparator = ""
[[params.social]]
name = "github"
icon = "fab fa-github"
weight = 1
url = "https://github.com/Stratosphere-Capital"
[[params.social]]
name = "Twitter"
icon = "fab fa-twitter"
weight = 2
url = "https://twitter.com/strato_capital/"
[[params.social]]
name = "LinkedIn"
icon = "fab fa-linkedin"
weight = 3
url = "https://www.linkedin.com/company/stratosphere-capital"
[languages]
[languages.en]
languagecode = "en"
languagename = "English" # The language name to be displayed in the selector.
footercontent = "How HIGH can You GO"
[languages.en.menu] # It is possible to change the menu too.
[[languages.en.menu.main]]
name = "About"
weight = 1.0
url = "about"
# [[languages.en.menu.main]]
# name = "Blog"
# weight = 2.0
# url = "posts"
# [[languages.en.menu.main]]
# name = "Projects"
# weight = 3
# url = "projects"
[[languages.en.menu.main]]
name = "Careers"
weight = 4
url = "hiring"
[[languages.en.menu.main]]
name = "Contact"
weight = 5
url = "contact"
# [[languages.cs.menu.main]]
# name = "Impressum"
# weight = 6
# url = "media"