Skip to content

Commit

Permalink
added issue button, changed default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
behdanisohrab committed Jul 16, 2024
1 parent 3651fe7 commit 49e9343
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions book.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[book]
authors = ["Your Name"]
authors = ["نام شما"]
language = "Fa"
multilingual = false
src = "src"
title = "Book Template"
title = "نام کتاب"
text-direction = "rtl"
description = "موضوع کتاب یا شرحی بر کتاب"

[preprocessor]

Expand All @@ -15,5 +16,22 @@ assets_version = "2.1.0" # DO NOT EDIT: Managed by `mdbook-catppuccin install`

[output.html]
additional-css = ["./theme/catppuccin.css", "./theme/fonts.css", "./theme/catppuccin-admonish.css"]
git-repository-url = "https://github.com/persianccbook"
git-repository-icon = "fa-github"
edit-url-template = "https://github.com/persianccbook/booktemplates/issues"
default-theme = "mocha"

[output.html.search]
enable = true
limit-results = 30
teaser-word-count = 30
use-boolean-and = true
boost-title = 2
boost-hierarchy = 1
boost-paragraph = 1

[output.html.print]
enable = true
page-break = true


0 comments on commit 49e9343

Please sign in to comment.