-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
75 lines (61 loc) · 1.6 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 = "https://deeplearning.earth/"
languageCode = "en-us"
title = "DeepLearning.Earth"
theme = "hugo-coder"
defaultContentLanguage = "en-us"
paginate = 20
canonifyUrls = true
[markup]
[markup.highlight]
codeFences = true
style = "monokai"
guessSyntax = false
[params]
author = "Jeff Faudi"
info = "A blog about Deep Learning for Earth Observation"
description = "A blog about Deep Learning for Earth Observation"
keywords = "blog, artificial intelligence, deep learning, earth observation"
avatarurl = "images/JEFFAUDI_SQ.jpg"
#logoURL = "images/logo-black.png"
favicon_32 = "/images/favicon.png"
favicon_16 = "/images/favicon.png"
footercontent = "DL4EO"
hidecredits = false
hidecopyright = false
rtl = false
math = true
custom_css = ["css/custom.css"]
# Social links
[[params.social]]
name = "Github"
icon = "fa fa-2x fa-github"
weight = 1
url = "https://github.com/jeffaudi/"
[[params.social]]
name = "Twitter"
icon = "fa fa-2x fa-twitter"
weight = 2
url = "https://twitter.com/jeffaudi/"
[[params.social]]
name = "LinkedIn"
icon = "fa fa-2x fa-linkedin"
weight = 3
url = "https://www.linkedin.com/in/faudi/"
[[params.social]]
name = "Medium"
icon = "fa fa-2x fa-medium"
weight = 4
url = "https://medium.com/@jeffaudi"
# Menu links
[[menu.main]]
name = "My company"
weight = 1
url = "https://www.dl4eo.com/"
[[menu.main]]
name = "All demos"
weight = 2
url = "https://huggingface.co/dl4eo"
[[menu.main]]
name = "All articles"
weight = 3
url = "/posts/"