43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
|
|
# Substack Document Theme
|
||
|
|
# Mimics Substack's typography and layout for enhanced long-form reading
|
||
|
|
# Issue #166: https://github.com/example/repo/issues/166
|
||
|
|
|
||
|
|
name: substack
|
||
|
|
description: "Elegant theme inspired by Substack's long-form reading experience"
|
||
|
|
scope: document
|
||
|
|
author: "Claude Code"
|
||
|
|
version: "1.0.0"
|
||
|
|
|
||
|
|
properties:
|
||
|
|
# Typography - Serif for long-form reading
|
||
|
|
font_family: 'Spectral, Georgia, "Times New Roman", serif'
|
||
|
|
heading_font_family: 'Lora, -apple-system, BlinkMacSystemFont, sans-serif'
|
||
|
|
|
||
|
|
# Layout - Optimized for long-form content
|
||
|
|
max_width: '680px'
|
||
|
|
line_height: '1.6'
|
||
|
|
text_align: 'left'
|
||
|
|
|
||
|
|
# Colors - Warm, cream background for comfort
|
||
|
|
body_background: '#FAF9F1'
|
||
|
|
body_color: '#333333'
|
||
|
|
heading_color: '#333333'
|
||
|
|
accent_color: '#b08d57'
|
||
|
|
link_color: '#b08d57'
|
||
|
|
link_hover_color: '#8b6c42'
|
||
|
|
|
||
|
|
# Code styling
|
||
|
|
code_background: '#f5f4ed'
|
||
|
|
code_color: '#333333'
|
||
|
|
|
||
|
|
# Visual elements
|
||
|
|
heading_style: 'simple'
|
||
|
|
blockquote_border: '#b08d57'
|
||
|
|
blockquote_color: '#666666'
|
||
|
|
|
||
|
|
# Design notes:
|
||
|
|
# - Spectral serif font optimized for digital long-form reading
|
||
|
|
# - 680px width follows optimal line length for comprehension
|
||
|
|
# - 1.6 line height provides generous reading comfort
|
||
|
|
# - Warm cream background reduces eye strain during long sessions
|
||
|
|
# - Bronze accents create sophisticated, literary feel
|