-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.toml
102 lines (88 loc) · 2.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
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
################################# Default configuration ###################
baseURL = "/"
title = "100 Days of HomeLab"
theme = "meghna-hugo"
# post pagination
paginate = "6"
# post excerpt
summaryLength = "15"
# disqus short name
disqusShortname = "" # get your shortname form here : https://disqus.com
# disable language
disableLanguages = []
############################# Plugins ##########################
# css plugins
[[params.plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
link = "plugins/themify-icons/themify-icons.css"
[[params.plugins.css]]
link = "plugins/magnific-popup/magnific-popup.css"
[[params.plugins.css]]
link = "plugins/slick/slick.css"
[[params.plugins.css]]
link = "https://fonts.googleapis.com/css?family=Anaheim|Quattrocento+Sans:400,700&display=swap"
# js plugins
[[params.plugins.js]]
link = "plugins/jquery/jquery.min.js"
[[params.plugins.js]]
link = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
link = "plugins/slick/slick.min.js"
[[params.plugins.js]]
link = "plugins/shuffle/shuffle.min.js"
[[params.plugins.js]]
link = "plugins/magnific-popup/jquery.magnific-popup.min.js"
[[params.plugins.js]]
link = "plugins/lazy-load/lozad.min.js"
[[params.plugins.js]]
link = "plugins/google-map/map.js"
################### English Navigation ########################
[[Languages.en.menu.main]]
name = "rules"
url = "#about"
weight = 1
[[Languages.en.menu.main]]
name = "creators"
url = "#team"
weight = 2
[[Languages.en.menu.main]]
name = "community"
url = "#community"
weight = 3
############################# Default Parameters ##########################
[params]
logo = "images/logo.png"
# Meta data
description = "#100DaysOfHomeLab - A HomeLab Challenge"
author = "Techno Tim"
# Google Analytics
google_analytics_id = "G-144JZ8THDX" # Your ID
# post share
post_share = true
# preloader
[params.preloader]
enable = false
preloader = "images/logo.png"
# cookies
[params.cookies]
enable = false
expire_days = 2
############################# social icons ##########################
[[params.social]]
icon = "ti-twitter-alt" # themify icon pack : https://themify.me/themify-icons
link = "https://twitter.com/100DaysHomeLab"
[[params.social]]
icon = "ti-youtube" # themify icon pack : https://themify.me/themify-icons
link = "https://www.youtube.com/c/TechnoTimLive"
[[params.social]]
icon = "ti-comments-smiley" # themify icon pack : https://themify.me/themify-icons
link = "https://l.technotim.live/discord"
################################ English Language ########################
[Languages.en]
languageName = "En"
languageCode = "en-us"
contentDir = "content/english"
weight = 1
home = "Home"
copyright = "Copyright © 2022"