-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
75 lines (57 loc) · 1.58 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
baseurl = "/"
languageCode = "en"
defaultContentLanguage = "en"
title = "IETE BITS"
theme = "hugo-theme-dream"
# copyright = ""
# googleAnalytics = ""
# disqusShortname = ""
# enableRobotsTXT = true
[params]
background = "black"
backgroundImage = "/img/3.jpg"
linkColor = "seagreen"
favicon = "/img/logo.jpg"
# dark mode
# defaultDark = true
# backgroundDark = "black"
# backgroundImageDark = "/me/background-dark.jpg"
# darkLinkColor = "darkseagreen"
darkNav = true
dark404 = true
author = "IETE"
# description = ""
avatar = "/img/iete.png"
headerTitle = "Institution of Electronics and Telecommunication Engineers"
motto = "ÉCRIRE"
categoriesLimitInHeader = 6
#headerBottomText = ""
# rss = true
# utterancesRepo = ""
# valine = true
# LEANCLOUD_APP_ID = ""
# LEANCLOUD_APP_KEY = ""
email = "ietebits@gmail.com"
# twitter = ""
facebook = "ietebits/"
instagram = "ietebits/"
# mastodon = ""
linkedin = "company/ietebits/"
google = "https://ietebits.com/"
# stackoverflow = ""
youtube = "https://www.youtube.com/channel/UC8xo4Ru1Pask-hOM7j_YO-Q"
siteStartYear = 2021
# favicon = "/favicon.ico"
# highlightjs = true
# highlightjsCDN = "https://cdn.jsdelivr.net/gh/highlightjs/cdn-release/build/highlight.min.js"
# highlightjsExtraLanguages = ["ocaml"]
# highlightjsTheme = "gruvbox-light"
# highlightjsThemeDark = "gruvbox-dark"
# search
# enableSearch = true
# options
# showSummaryCoverInPost = true
# hasTwitterEmbed = true
# [params.advanced]
# customCSS = ["css/custom.css"]
# customJS = []