add experimental mdbook plugins for epub and pdf generation
This commit is contained in:
@@ -227,6 +227,10 @@ install-build-deps:
|
|||||||
@echo "Installing build dependencies if they have not already been installed..."
|
@echo "Installing build dependencies if they have not already been installed..."
|
||||||
@cargo install mdbook --vers "^0.4" --locked
|
@cargo install mdbook --vers "^0.4" --locked
|
||||||
@cargo install xq --locked
|
@cargo install xq --locked
|
||||||
|
#@cargo install mdbook-linkcheck --locked
|
||||||
|
@cargo install --git https://github.com/typst/typst typst-cli --locked
|
||||||
|
@cargo install mdbook-typst --locked
|
||||||
|
@cargo install mdbook-epub --locked
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Make Targets - mdBook
|
# Make Targets - mdBook
|
||||||
|
|||||||
@@ -84,3 +84,11 @@ limit-results = 128
|
|||||||
teaser-word-count = 64
|
teaser-word-count = 64
|
||||||
use-boolean-and = true
|
use-boolean-and = true
|
||||||
|
|
||||||
|
#[output.linkcheck]
|
||||||
|
|
||||||
|
[output.typst]
|
||||||
|
|
||||||
|
[output.typst.output]
|
||||||
|
format = "pdf"
|
||||||
|
|
||||||
|
[output.epub]
|
||||||
|
|||||||
Reference in New Issue
Block a user