-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
90 lines (72 loc) · 2.04 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
baseURL = 'https://othmanelhammouchi.com/'
languageCode = 'en-us'
title = 'Othman El Hammouchi'
theme = "hugo-coder"
enableEmoji = true
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)']]
[markup.goldmark.renderer]
unsafe = true
[security]
enableInlineShortcodes = true
[params]
author = "Othman El Hammouchi"
description = "Personal Website"
keywords = "blog,developer,data science,personal"
info = ["Mathematics", "Data Science", "QuantFin"]
avatarURL = "images/avatar.png"
#gravatar = "[email protected]"
dateFormat = "January 2, 2006"
since = 2022
favicon_16 = "images/favicon-16.png"
favicon_32 = "images/favicon-32.png"
favicon_SVG = "images/favicon.svg"
# Right To Left, shift content direction for languagues such as Arabic
rtl = false
math = false # disable KaTeX, we use MathJax
colorScheme = "auto"
hideColorSchemeToggle = false
# Series see also post count
maxSeeAlsoItems = 5
maxFrontPagePosts = 3
# Custom CSS
customCSS = ["css/custom.css"]
# Custom SCSS, file path is relative to Hugo's asset folder (default: {your project root}/assets)
customSCSS = []
# Custom JS
customJS = ["js/plyr.js", "js/mathjax-config.js"]
# Custom remote JS files
customRemoteJS = []
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
author = "authors"
[[params.social]]
name = "Github"
icon = "fa fa-github fa-2x"
weight = 1
url = "https://github.com/OthmanElHammouchi/"
[[params.social]]
name = "LinkedIn"
icon = "fa fa-linkedin fa-2x"
weight = 1
url = "https://www.linkedin.com/in/othman-el-hammouchi/"
[[languages.en.menu.main]]
name = "Blog"
weight = 2
url = "posts/"
[[languages.en.menu.main]]
name = "About"
weight = 1
url = "about/"
[[languages.en.menu.main]]
name = "Contact me"
weight = 3
url = "contact/"