Changing the structure and fixing spelling errors
Some checks failed
Build lyes.eu / build (push) Failing after 13m24s
Build lyes.eu / deploy (push) Has been skipped

This commit is contained in:
Lyes Saadi 2026-03-07 14:13:26 +01:00
parent 9071e1de08
commit a4368a38ad
Signed by: lyes
GPG key ID: 55A1D803917CF39A
8 changed files with 176 additions and 175 deletions

View file

@ -17,9 +17,7 @@ feed_filenames = ["atom.xml", "rss.xml"]
build_search_index = true
[markdown]
highlight_code = true
# extra_syntaxes_and_themes = ["sublime"]
highlight_theme = "dracula"
# highlight_themes_css = [
# { theme = "monokai-pro-dark", filename = "syntax-theme-dark.css" },
# { theme = "monokai-pro-light", filename = "syntax-theme-light.css" },
@ -31,6 +29,11 @@ lazy_async_image = true
external_links_class = "external"
insert_anchor_links = "left"
[markdown.highlighting]
dark_theme = "dracula"
light_theme = "github-light"
# dark_theme = "github-dark"
[slugify]
paths = "on"
taxonomies = "on"
@ -44,7 +47,7 @@ feed_filenames = ["atom.xml", "rss.xml"]
build_search_index = true
[extra]
home_url = "@/home/index.md"
home_url = "@/_index.md"
accent_color = ["hsl(19 75% 42%)", "hsl(276 82% 78%)"]
katex = true
toc = true