An open API service indexing awesome lists of open source software.

https://github.com/stan-dev/quarto-config

Custom stylesheets and scripts for use in our documentation and website
https://github.com/stan-dev/quarto-config

Last synced: 9 months ago
JSON representation

Custom stylesheets and scripts for use in our documentation and website

Awesome Lists containing this project

README

          

# Stan Quarto Config

This contains theming and other files for use with Stan's [quarto](https://quarto.org)-based
documentation and website.

Files:
| File | Description |
| ---- | ----------- |
| `generate_redirects.py` | A script for generating redirects of old URLS |
| `nord.theme` | A [Nord](https://www.nordtheme.com) theme for quarto, used in dark mode |
| `tango.theme` | The 'tango' theme for quarto, used in light mode |
| `stan.xml` | A custom version of the [Kate XML file for syntax highlighting](https://invent.kde.org/frameworks/syntax-highlighting/-/blob/master/data/syntax/stan.xml) to allow us to make quick updates to the Stan code highlighting in quarto |
| `quarto_styles.css` | Custom CSS for quarto |
| `theme-colors.scss` | Color definitions for the CSS files |
| `theme.scss` | The default (light) theme |
| `theme-dark.scss` | The dark theme |