-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
92 lines (86 loc) · 2.4 KB
/
mkdocs.yml
File metadata and controls
92 lines (86 loc) · 2.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
site_name: QuickThumb
site_description: Programmatic thumbnail and social image generation with layered Python and JSON APIs
site_url: https://sjquant.github.io/quickthumb
site_author: Seonu Jang
repo_name: sjquant/quickthumb
repo_url: https://github.com/sjquant/quickthumb
docs_dir: docs
site_dir: site
theme:
name: material
custom_dir: docs/overrides
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Inter
code: JetBrains Mono
features:
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
- content.tabs.link
icon:
repo: fontawesome/brands/github
extra_css:
- stylesheets/extra.css
extra:
social_image_url: https://sjquant.github.io/quickthumb/assets/examples/youtube_thumbnail_01.png
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- tables
- attr_list
- md_in_html
nav:
- Home: index.md
- Getting Started:
- Installation: installation.md
- Getting Started: getting-started.md
- Core Concepts: concepts.md
- API Reference:
- Overview: api/index.md
- Canvas: api/canvas.md
- Background: api/background.md
- Text: api/text.md
- Image: api/image.md
- Shape: api/shape.md
- Outline: api/outline.md
- Effects: api/effects.md
- Enums & Gradients: api/enums.md
- JSON & AI:
- JSON Schema & AI Workflow: json-schema.md
- Cookbook:
- Gallery: cookbook/index.md
- YouTube Thumbnails: cookbook/youtube-thumbnail.md
- Instagram Card: cookbook/instagram-card.md
- Podcast Promo: cookbook/podcast-promo.md
- Shorts / Vertical Cover: cookbook/shorts-cover.md
- AI Workflow: cookbook/ai-workflow.md
- Webfonts & Background Removal: cookbook/webfonts-rembg.md
- FAQ: faq.md
- Changelog: changelog.md