-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to Quarto #69
Switch to Quarto #69
Conversation
64a374a
to
30329b9
Compare
Looks like used Quarto version is old:
See https://github.com/quarto-dev/quarto-cli/releases |
30329b9
to
d78e3d0
Compare
Could you please also add the render to PDB and ePub? quarto render document.md --to pdf
quarto render document.md --to epub |
Now we need to make these PDFs and ePub available from the site itself somehow. |
I think we can just link it on the index.md, which will make it appear on the page put as the screenshot at the beginning of this PR. |
521dd69
to
b9ce76e
Compare
Why there is so many differences between MD files? Please rebase on top of the latest |
* Run Codepspell to fix spelling mistakes (#45) * Document Print Gadgets * Specify what exactly gadgets are * Specify that Visual gadgets are unrelated with print gadgets
* Adding rz-diff documentation with examples and changing iS output for Sections * remove spaces * Add -S option * Resolve suggestions * Resolve suggestions * remove diff definition
* new tutorial for find the easy pass of hackthebox challenges. (#63) Add a new tutorial for finding the easy pass of hackthebox challenges * Fix the broken links due names being lowercase. (#64) * Document CPU and platform profiles * Document the configuration variable `asm.platform` * Address changes and wrap the lines up nicely Co-authored-by: bemojo2021 <85988120+bemojo2021@users.noreply.github.com>
eb373ef
to
b85b966
Compare
Description
This PR switches the Rizin book to Quarto which is an open-source scientific and technical publishing system built on Pandoc. Quarto documents are authored using markdown, an easy to write plain text format.
At the time of opening this PR, the initial import is done and all the Markdown files work and its HTML files are generated properly:
The HTML files are generated and stored inside a folder named
docs
.Testing
Checkout this branch, get Quarto from the releases page and run:
$ quarto render /path/to/rz/book
Closes #60
Also depends (to toggle the TOC like with mdBook before) on quarto-dev/quarto-cli#110