rust-lang / mdBook

Create book from markdown files. Like Gitbook but implemented in Rust
https://rust-lang.github.io/mdBook/
Mozilla Public License 2.0
17.84k stars 1.62k forks source link

Markdown to HTML converter via hbs - single page #2435

Open cboecking opened 4 weeks ago

cboecking commented 4 weeks ago

Question

I want to be able co convert a single markdown file and apply it to a single handlebar (hbs) resulting in a single html file. How is this possible using mdbook?

Why am I asking? There are times that I need more css than what exists in mdbook. In steps picocss. The picocss look and feel is amazingly similar to mdbook. If I could use the mdbook tooling (which I am becoming familiar with) to add value around my book (like adding a home page, landing page, etc...), I would consider my self a hero.

Reference: https://www.chuck-stack.org/ (where the homepage is pico and the subsequent pages are mdbook).

Thanks for an amazing product! and thanks for your consideration! Chuck

Version

No response