blogcard
shortcode makes easy to produce a card-like link.
To use blogcard
extension in your Quarto project, run this command in terminal at the project's working directory.
This will install the extension under the _extensions
subdirectory.
quarto add t-arae/blogcard
and then, apply blogcard
filter by adding this lines into your yaml header of .qmd
file.
filters:
- blogcard
To make a card by blogcard
shortcode, write shortcode directive like this.
{{{< blogcard https://quarto.org >}}}
Here is the source code for a minimal example: example.qmd.