-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
90 lines (69 loc) · 2.97 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 = "http://www.tarekallamjr.com/blog"
title = "" # 𝕋ℍ𝔼𝔸𝕊𝕋ℝ𝕆𝕀ℕ𝔽𝕆ℝ𝕄𝔸𝕋𝕀ℂ :" # "Allam Labs :: The AstroInformatic"
theme = "hugo-notepadium"
copyright = "©2020 Tarek Allam Jr. [Allam Labs.]"
languageCode = "en" # for the RSS generation
defaultContentLanguage = "en"
hasCJKLanguage = true
enableRobotsTXT = true
# Enable Disqus
#disqusShortname = "XXX"
# Google Analytics
googleAnalytics = "UA-163920785-1"
[markup.highlight]
codeFences = true
noClasses = false
[markup.goldmark.renderer]
unsafe = true # enable raw HTML in Markdown
[params]
style = "auto" # default: auto. light: light theme, dark: dark theme, auto: based on system.
dateFormat = "Jan 02, 2006" # if unset, default is "2006-01-02"
readingTime = true # show reading time after article date
logo = "img/logos/Allam-Labs-long-cut-invert-BW.png"
slogan = "𝕋ℍ𝔼𝔸𝕊𝕋ℝ𝕆𝕀ℕ𝔽𝕆ℝ𝕄𝔸𝕋𝕀ℂ :: Notes from an Astrophysicist, turned Computer Scientist, turned Applied ML Researcher 🤖 @UCL."
#license = "<a rel=license href=http://creativecommons.org/licenses/by-nc-sa/4.0/><img alt=Creative Commons License style=border-width:0 src=https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png /></a><br />This work is licensed under a <a rel=license href=http://creativecommons.org/licenses/by-nc-sa/4.0/>Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>."
[params.assets]
css = ["css/fonts.css"]
[params.comments]
enable = false # En/Disable comments globally, default: false. You can always enable comments on per page.
[params.share]
enable = false # En/Disable share globally, default: false. You can always enable share on per page.
addThisId = ""
inlineToolId = ""
[params.math]
enable = true # load math globally, default: false. You can always enable math on per page.
use = "katex" # builtin: "katex", "mathjax". default: "katex"
[params.syntax]
use = "hljs" # builtin: "prismjs", "hljs". "none" means Chroma
theme = "atom-one-dark-reasonable" # "foundation"
darkTheme = "atom-one-dark-reasonable" # "solarized-dark"
[params.profile]
enable = true
avatar = "/img/archive/triangle.jpg" # "/img/avatar/Allam-Labs-long-cut-invert-BW.png"
# name = "Tarek Allam Jr."
bio = "`@tallamjr`" # support markdown syntax
twitter = "tallamjr" # https://twitter.com/XXX
github = "tallamjr" # https://github.com/XXX
docker = "tallamjr" # https://hub.docker.com/u/XXX
email = "t.allam.jr@gmail.com" # mailto:XXX@mail.com
[params.nav]
showCategories = true # /categories/
showTags = true # /tags/
[[params.nav.custom]]
title = "About"
url = "/about/"
[[params.nav.custom]]
title = "Blog"
url = "/"
[[params.nav.custom]]
title = "Contact"
url = "/contact/"
[[params.nav.custom]]
title = "Projects"
url = "/projects/"
# [[params.nav.custom]]
# title = "astroinformatics.xyz"
# url = "http://www.astroinformatics.xyz"
# [[params.nav.custom]]
# title = "PhD"
# url = "https://github.com/tallamjr/phd"