-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
77 lines (55 loc) · 1.59 KB
/
config.toml
File metadata and controls
77 lines (55 loc) · 1.59 KB
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
# The URL the site will be built for
base_url = "https://pauleaster.dev"
theme = "karzok"
# output_dir = "public"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
default_language = "en"
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
sort_by = "weight"
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
highlight_theme = "base16-ocean-dark"
render_emoji = true
# taxonomies = [
# {name = "authors"},
# ]
[extra]
# Put all your custom variables here
show_word_count = true
show_reading_time = true
localcdn = false
favicon = "favicon.ico"
# relative_path = true
[[extra.menu]]
text = "Data Science"
link = "$base_url/datascience"
class = "datascience-p"
alt = "Data science and machine learning projects"
[[extra.menu]]
text = "Web Development"
link = "$base_url/webdevelopment"
class = "webdevelopment-p"
alt = "Static website design and web server configuration"
[[extra.menu]]
text = "Application development"
link = "$base_url/appdev"
class = "appdev-p"
alt = "Serverless AWS REST framework, upgrading legacy code to fast and reliable rust"
[[extra.menu]]
text = "Astrophysics"
link = "$base_url/astrophysics"
class = "astrophysics-p"
[[extra.menu]]
text = "Software documentation"
link = "$base_url/documentation"
class = "documentation-p"
alt = "Doxygen created documentation"
# [[extra.logotype]]
# path="http://10.0.0.152"
[[extra.header]]
text = "Contact"
link = "$base_url/contact"