| 
15 | 15 |   // footer-title: "Custom Title",  | 
16 | 16 |   // footer-subtitle: "Custom Subtitle",  | 
17 | 17 |   // theme: "full", // one of "normal", "full"  | 
 | 18 | +  // ... see the README for more options  | 
18 | 19 | )  | 
19 | 20 | 
 
  | 
20 | 21 | = About _diatypst_  | 
@@ -78,10 +79,12 @@ Advanced Styling Options:  | 
78 | 79 |   [_layout_], [one of _small, medium, large_, adjusts sizing of the elements on the slides], [`"medium"`],  | 
79 | 80 |   [_ratio_], [aspect ratio of the slides, e.g., 16/9], [`4/3`],  | 
80 | 81 |   [_title-color_], [Color to base the Elements of the Presentation on], [`blue.darken(50%)`],  | 
 | 82 | +  [_bg-color_], [Background color of the slides, can be any color], [`white`],  | 
81 | 83 |   [_count_], [one of _dot, number, none_, adjusts the style of page counter in the right corner], [`"dot"`],  | 
82 | 84 |   [_footer_], [whether to display the footer at the bottom], [`true`],  | 
83 | 85 |   [_toc_], [whether to display the table of contents], [`true`],  | 
84 | 86 |   [_theme_], [one of _normal, full_, adjusts the theme of the slide], [`"normal"`],  | 
 | 87 | +  [_first-slide_], [whether to include the default title slide], [`true`],  | 
85 | 88 | )  | 
86 | 89 | 
 
  | 
87 | 90 | The full theme adds more styling to the slides, similar to a a full LaTeX beamer theme.  | 
 | 
0 commit comments