-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.toml
More file actions
30 lines (30 loc) · 2.02 KB
/
config.toml
File metadata and controls
30 lines (30 loc) · 2.02 KB
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
baseURL = 'https://QryptInc.github.io'
relativeURLs = true
languageCode = 'en-us'
title = 'Qrypt'
theme = "hugo-theme-learn"
publishDir = "docs"
[params]
themeVariant = "mine"
disableLandingPageButton = true
disableNextPrev = true
disableLandingPage = true
disableShortcutsTitle = true
disableSearch = true
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
name = '<div class=link-container><svg height=16px width=16px xmlns="http://www.w3.org/2000/svg" viewBox="0 0 390.01 388.4"><path d="m257.37 241.66 122.43 122.43-23.22 23.26-125.39-125.44 18.59 71.67-31.82 8.25-16.67-64.16-29.63 110.73-31.73-8.51 30.77-114.96-111.04 111.03-23.26-23.22 109.59-109.59-97.06 24.96-8.16-31.86 100.16-25.75-140.93-37.75 8.51-31.73 139.01 37.23-45.96-45.96 23.22-23.22 44.26 44.25-37.67-145.07 31.82-8.25 38.62 148.74 25.1-93.79 31.77 8.51-24.52 91.52 111.59-111.6 23.23 23.27-114.7 114.69 127.53-32.77 8.2 31.81-119.63 30.77 85.76 22.96-8.51 31.73z" fill="currentColor" style="fill: currentColor;"/></svg> Qrypt Website </div>'
identifier = "ws"
url = "https://www.qrypt.com/"
weight = 1
# [[menu.shortcuts]]
# name = '<div class=link-container><svg height=16px width=16px xmlns="http://www.w3.org/2000/svg" viewBox="0 0 390.01 388.4"><path d="m257.37 241.66 122.43 122.43-23.22 23.26-125.39-125.44 18.59 71.67-31.82 8.25-16.67-64.16-29.63 110.73-31.73-8.51 30.77-114.96-111.04 111.03-23.26-23.22 109.59-109.59-97.06 24.96-8.16-31.86 100.16-25.75-140.93-37.75 8.51-31.73 139.01 37.23-45.96-45.96 23.22-23.22 44.26 44.25-37.67-145.07 31.82-8.25 38.62 148.74 25.1-93.79 31.77 8.51-24.52 91.52 111.59-111.6 23.23 23.27-114.7 114.69 127.53-32.77 8.2 31.81-119.63 30.77 85.76 22.96-8.51 31.73z" fill="currentColor" style="fill: currentColor;"/></svg> Qrypt Portal </div>'
# identifier = "ps"
# url = "https://portal.qrypt.com/"
# weight = 2
[[menu.shortcuts]]
name = "<i class='fab fa-github'></i> Github Repo"
identifier = "gh"
url = "https://github.com/QryptInc/QryptInc.github.io"
weight = 3