File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ TPPT (Typed Python PowerPoint Tool) is a Python library for creating and manipul
1212## Quick Start
1313
1414``` python
15- -- 8 < -- " examples/simple .py"
15+ -- 8 < -- " examples/quick-start .py"
1616```
1717
1818## Getting Started
Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ site_url: https://yassun7010.github.io/tppt/
55
66theme :
77 name : material
8+ palette :
9+ - scheme : default
10+ primary : indigo
11+ accent : indigo
12+ toggle :
13+ icon : material/brightness-7
14+ name : Switch to dark mode
15+ - scheme : slate
16+ primary : indigo
17+ accent : indigo
18+ toggle :
19+ icon : material/brightness-4
20+ name : Switch to light mode
821 features :
922 - navigation.tabs
1023 - navigation.sections
You can’t perform that action at this time.
0 commit comments