- repo
- site: NA
- description: My personal notes of the things I am learning. Published for fellow explorers. by Nihal Kumar
[book]
authors = ["nihalxkumar"]
language = "en"
multilingual = false
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"
curly-quotes = true
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"]
additional-css = ["mdbook-admonish.css", "./mdbook-admonish.css"]
[output.html.search]
enable = true
teaser-word-count = 15
limit-results = 20
use-boolean-and = true
boost-title = 2
boost-hierarchy = 2
boost-paragraph = 1
expand = true
heading-split-level = 2
copy-js = true
[output.html.print]
enable = true
page-break = true
[output.html.fold]
enable = true
level = 0
[output.html.playground]
editable = true
copyable = true
copy-js = true
line-numbers = true
runnable = true
[preprocessor.katex]
after = ["links"]
[preprocessor.mermaid]
command = "mdbook-mermaid"
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`
on_failure = "bail"
# [preprocessor.admonish.default]
# collapsible = true
[preprocessor.admonish.renderer.test]
render_mode = "strip"