quarto
Quarto is a content management framework. Content is maintained as markdown files. Python or R scripts can be included within markdown to create diagrams or maps. A visual studio plugin is available, which enables html previews within Visual Studio. You can also render the content to .docx, .pdf, .pptx and .revealjs.
- Website: https://quarto.org
- Github: https://github.com/quarto-dev/quarto
Quarto in LSC-hubs
This documentation, as well as the hub website are generated with Quarto. The markdown files are stored on a git repository. CI/CD action has been set up, so with every push to the git repository, a new set of html pages is created and published to an online environment.
Theme
Filters
The following filters are available:
- Page section: for use on landing pages in combination with a
page-layout: custom
. Examples: the page section filter example page or the home page.
Shortcodes
The following shortcodes are available:
icon-link
: displays an icon in front of a hyperlink. Examples: the icon-link shortcode example page or the home page.