forked from TechPrimers/techprimers.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
80 lines (69 loc) · 1.98 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
baseURL = "https://techprimers.github.io/public"
languageCode = "en-us"
title = "TechPrimers Open Source"
theme = "pulp"
googleAnalytics = "UA-168431122-1"
[taxonomies]
series = "series"
[params]
author = "TechPrimers"
avatar = "logo.jpeg"
favicon = "favicon.ico"
description = """
Welcome to the TechPrimers Open Source Community.
Click on the "edit" icon below to see contributors list. Fork the repo and check the README.md
"""
publicationYear = "2020"
[outputs]
section = ["JSON", "HTML"]
[[menu.main]]
identifier = "contributors"
pre = "<i class='fa fa-edit fa-lg'></i>"
url = "./contributors"
weight = 1
[[menu.main]]
identifier = "conferences"
pre = "<i class='fa fa-blog fa-lg'></i>"
url = "./conferences/conferences"
weight = 2
[[menu.main]]
identifier = "blog"
pre = "<i class='fa fa-book-open fa-lg'></i>"
url = "https://medium.com/TechPrimers"
weight = 10
[[menu.main]]
identifier = "twitter"
# name = "Twitter"
pre = "<i class='fab fa-twitter fa-lg'></i>"
url = "https://twitter.com/TechPrimers"
weight = 20
[[menu.main]]
identifier = "github"
# name = "GitHub"
pre = "<i class='fab fa-github fa-lg'></i>"
url = "https://github.com/TechPrimers"
weight = 30
[[menu.main]]
identifier = "facebook"
# name = "Facebook"
pre = "<i class='fab fa-facebook fa-lg'></i>"
url = "https://www.facebook.com/TechPrimers"
weight = 31
[[menu.main]]
identifier = "youtube"
# name = "Youtube"
pre = "<i class='fab fa-youtube fa-lg'></i>"
url = "https://www.youtube.com/TechPrimers"
weight = 32
[[menu.main]]
identifier = "instagram"
# name = "Instagram"
pre = "<i class='fab fa-instagram fa-lg'></i>"
url = "https://www.instagram.com/TechPrimers"
weight = 33
[[menu.main]]
identifier = "email"
# name = "Email"
pre = "<i class='fa fa-envelope fa-lg'></i>"
url = "mailto:[email protected]"
weight = 40