Configuration#
All Theme Options#
Option |
Default |
Description |
|---|---|---|
|
|
Colour scheme: |
|
|
Dark mode: |
|
|
Path to logo for dark mode |
|
|
Load fonts from Google Fonts CDN |
|
|
Maximum width of main content area |
|
|
Enable sticky RHS ToC |
|
|
Auto-expand/collapse ToC subsections on scroll |
|
|
Allow ToC to be collapsed entirely |
|
|
Show “On this page” heading above ToC |
|
|
Code highlighting: |
|
|
Include common scientific math macros |
|
|
Depth of toctree shown in sidebar navigation |
|
|
Remember sidebar open/close state |
|
|
Show git last-modified date |
|
|
GitHub repository URL |
|
|
Repository branch |
|
|
Subdirectory of docs within the repo |
|
|
Show GitHub link button |
|
|
Show edit page button |
|
|
Show issues button |
|
|
Custom HTML footer content |
CSS Custom Properties#
Override any of the --st-* CSS custom properties in your own CSS:
:root {
--st-color-primary: #059669;
--st-font-body: 'Lora', serif;
--st-content-max-width: 52rem;
}
See PLAN.md for the full list.