0

Quarto websites offer the functionality to add "previous" and "next" buttons at the bottom of a page to navigate between full-website sections and subsections.

enter image description here

These are visible at the bottom of their own Quarto documentation: https://quarto.org/docs/websites/

enter image description here

I would like the same functionality but for a single blog post on my made-with-quarto website. I want the blog post to be a tutorial with 8 major steps and each step to be it's own page -- I find this structure is better than one super-long page with all 8 steps and it's better than trying to squeeze the content for each step onto a revealjs or powerpoint slide.

How can I make a multi-page blog post with previous/next buttons? Is this functionality possible with YAML options in my .qmd file?

---
title: "Tutorial as blog post"
page-navigation: true          <-???
----

1 Answer 1

1

I don't think it is possible right now. See here github discussion 3775. But there is an open feature request regarding this on github, here issue #3775.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.