Bifold

Simple web presentations with Typst

https://github.com/jomaway/typst-bifold

Goal of the project

How to use it?

  1. Setup bifold in your Typst project:
#show: bifold.with(
  title: "Bifold",
  subtitle: [Simple web presentations with Typst],
  author: "Jomaway",
)
  1. Use the slide function to create slides:
#slide[

  #title()

  #big(context document.description)

  #let repo = toml("typst.toml").package.at("repository")
  #link(repo)
]
  1. Repeat using as many slides as you want.

Features!

What’s missing?

What do you think?

If you have any suggestions or feedback, please let me know!

https://github.com/jomaway/typst-bifold/issues