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
- Host: GitHub
- URL: https://github.com/stan-dev/quarto-config
- Owner: stan-dev
- License: bsd-3-clause
- Created: 2024-12-18T15:02:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T16:27:47.000Z (11 months ago)
- Last Synced: 2025-04-28T02:22:22.085Z (9 months ago)
- Language: CSS
- Size: 39.1 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |