-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy paththeme.toml
More file actions
103 lines (78 loc) · 2.12 KB
/
theme.toml
File metadata and controls
103 lines (78 loc) · 2.12 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
93
94
95
96
97
98
99
100
101
102
103
# generated by ChatGPT
# =========================================
# Sphinx Awesome Theme configuration
# =========================================
[theme]
name = "awesome"
description = "Clean, modern theme for technical documentation"
version = "1.0.0"
# -----------------------------------------
# Branding
# -----------------------------------------
[branding]
site_name = "Haskell Optimization Handbook"
site_logo = ""
site_favicon = ""
# -----------------------------------------
# Layout options
# -----------------------------------------
[layout]
# Show table of contents on the right
toc = true
# Maximum content width (px)
max_width = 1200
# Sticky sidebar
sidebar_sticky = true
# -----------------------------------------
# Navigation
# -----------------------------------------
[navigation]
# Show next / previous buttons
show_prev_next = true
# Collapse navigation tree
collapse_navigation = true
# Maximum depth for sidebar TOC
navigation_depth = 4
# -----------------------------------------
# Code blocks
# -----------------------------------------
[code]
# Enable copy button (works with sphinx-copybutton)
copy_button = true
# Show line numbers in code blocks
line_numbers = false
# -----------------------------------------
# Typography
# -----------------------------------------
[fonts]
body = "Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif"
mono = "JetBrains Mono, Fira Code, monospace"
font_size = "16px"
line_height = 1.6
# -----------------------------------------
# Colors
# -----------------------------------------
[colors]
primary = "#3b82f6"
secondary = "#64748b"
background = "#ffffff"
surface = "#f8fafc"
text = "#0f172a"
# -----------------------------------------
# Admonitions
# -----------------------------------------
[admonitions]
style = "modern"
# -----------------------------------------
# Footer
# -----------------------------------------
[footer]
copyright = "© 2026 Haskell Optimization Handbook contributors"
show_sphinx = false
show_theme = false
# -----------------------------------------
# Extra CSS / JS
# -----------------------------------------
[extra]
css = []
js = []