Skip to content

Commit

Permalink
Update book.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nihalxkumar authored Feb 29, 2024
1 parent 860828d commit dccf9b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ src = "src"
title = "Learnings"
description = "This is to document my progress and to share my learnings with others who may find them helpful."


[output.html]
default-theme = "rust"
preferred-dark-theme = "ayu"
Expand All @@ -15,6 +14,7 @@ mathjax-support = true
git-repository-url = "https://github.com/nihalxkumar/learnings-notebook"
git-repository-icon = "fa-github"
edit-url-template = "https://github.com/nihalxkumar/learnings-notebook/edit/main/{path}"
additional-js = ["mermaid.min.js", "mermaid-init.js"]

[output.html.search]
enable = true
Expand Down Expand Up @@ -45,3 +45,6 @@ runnable = true

[preprocessor.katex]
after = ["links"]

[preprocessor.mermaid]
command = "mdbook-mermaid"

0 comments on commit dccf9b8

Please sign in to comment.