-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
73 lines (66 loc) · 2.31 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
# The URL the site will be built for
base_url = "https://belmoussaoui.com"
title = "Bilal Elmoussaoui"
description = "Personal blog & portfolio"
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
default_language = "en"
theme = "serene"
taxonomies = [
{ name = "tags" }, # Keep this
{ name = "categories" }, # Keep this
]
[markdown]
highlight_code = true
highlight_theme = "nord"
render_emoji = true
external_links_target_blank = false
external_links_no_follow = true
external_links_no_referrer = true
smart_punctuation = false
[slugify]
paths = "on"
taxonomies = "on"
anchors = "on"
[extra]
links = [
{ name = "GitHub", icon = "github", url = "https://github.com/bilelmoussaoui" },
{ name = "Gitlab", icon = "gitlab", url = "https://gitlab.gnome.org/bilelmoussaoui" },
{ name = "LinkedIn", icon = "linkedin", url = "https://www.linkedin.com/in/bil-elmoussaoui/" },
{ name = "Email", icon = "email", url = "mailto:bil.elmoussaoui@gmail.com" },
]
sections = [
{ name = "blog", path = "/blog", is_external = false },
]
blog_categorized = false # Whether to categorize blog posts
back_to_top = true # Whether to show back-to-top button on post pages
blog_section_path = "/blog"
homepage_layout = "recent"
recent_max = 4
recent_more = true
force_theme = false
reaction = false
recent_more_text = "more »"
nav_separator = "::"
nav_wrapper_left = "{"
nav_wrapper_right = "} ;"
nav_wrapper_separator = ","
name = "Bilal Elmoussaoui" # Your name
id = "bilelmoussaoui" # Your id/username/handle
show_id = true
bio = "Software Engineer @ Red Hat" # Your bio
avatar = "avatar.jpg" # Your avatar
footer_copyright = "Bilal Elmoussaoui"
toc = true # Whether to show Table-Of-Contents by default
copy = true
outdate_alert = true
comment = false # Whether to show giscus comment section by default, see https://giscus.app for more info
display_tags = true # Whether to display tags on post pages by default
truncate_summary = true # Whether to truncate the summary of a post by default
outdate_alert_days = 365
outdate_alert_text_before = "This article was last updated "
outdate_alert_text_after = " days ago and may be out of date."
not_found_title = "404"
not_found_error_text = "Not Found"
not_found_recover_text = "« back to home »"