-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.toml
More file actions
40 lines (33 loc) · 874 Bytes
/
theme.toml
File metadata and controls
40 lines (33 loc) · 874 Bytes
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
name = "relay-node"
description = "Industrial sci-fi Zola theme for SSH/Telnet ASCII cinema sites"
license = "MIT"
min_version = "0.19.0"
homepage = "https://github.com/yourusername/relay-node-theme"
demo = "https://yourusername.github.io/relay-node-theme/"
[author]
name = "Your Name"
homepage = "https://yoursite.com"
[extra]
# Core branding
accent = "#ff6a1a"
hero_title = "Relay Node"
hero_subtitle = "Distributed ASCII Cinema Network"
# Feature toggles
enable_scanlines = true
enable_theme_switcher = true
enable_search = true
# Default color scheme: orange | cyan | green | magenta
color_scheme = "orange"
# API configuration (for dynamic features)
[extra.api]
streaming_endpoint = ""
streaming_refresh = 30000
charts_endpoint = ""
# SEO defaults
[extra.seo]
og_image = ""
twitter_handle = ""
[extra.fonts]
heading = "Oswald"
body = "Oswald"
mono = "monospace"