forked from CloudFamily/CloudFamily
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
60 lines (49 loc) · 1.62 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
baseURL = "https://cloudfamily.info"
languageCode = "en-US"
defaultContentLanguage = "en"
title = "Cloud Family"
theme = "hugo-theme-learn"
metaDataFormat = "yaml"
defaultContentLanguageInSubdir= true
publishDir = "docs"
[params]
editURL = "https://github.com/CloudFamily/CloudFamily/tree/master/content/"
description = "Cloud Family"
author = "Pixel Robots"
showVisitedLinks = false
disableBreadcrumb = false
disableNextPrev = true
themeVariant = "mine"
disableLanguageSwitchingButton = true
[outputs]
home = [ "HTML", "RSS", "JSON"]
[Languages]
[Languages.en]
title = "Cloud Family"
weight = 1
languageName = "English"
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github' style='width:19px; text-align:center'></i> GitHub repo"
identifier = "ds"
url = "https://github.com/CloudFamily"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-camera' style='width:19px; text-align:center'></i> Learning "
url = "showcase"
weight = 12
[[Languages.en.menu.shortcuts]]
name = "<i class='far fa-window-maximize' style='width:19px; text-align:center'></i> Blogs"
url = "blogs"
weight = 11
[[Languages.en.menu.shortcuts]]
name = "<i class='far fa-window-maximize' style='width:19px; text-align:center'></i> Projects"
url = "projects"
weight = 28
# [[Languages.en.menu.shortcuts]]
# name = "<i class='fas fa-fw fa-bullhorn' style='width:19px; text-align:center'></i> Credits"
# url = "/credits"
# weight = 30
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-youtube' style='width:19px; text-align:center'></i> YouTube"
url = "https://www.youtube.com/channel/UCJFJM2L164fIhLqe1MdOv9w"
weight = 29