Files
ssh-portfolio/config.example.json
T

16 lines
940 B
JSON

{
"persona": { "name": "Your Name", "tagline": "A short line about you", "location": "Earth", "email": "you@example.com" },
"theme": { "primary": "cyan", "accent": "yellow", "muted": "brightBlack" },
"pages": {
"about": { "title": "About", "lines": ["Tell visitors who you are.", "This file is deliberately easy to edit."] },
"projects": { "title": "Projects", "lines": ["Project One — what it does", "Project Two — what you learned"] },
"links": { "title": "Links", "lines": ["GitHub: https://github.com/yourname", "Website: https://example.com"] }
},
"adminPublicKeys": [],
"databasePath": "data/portfolio.sqlite",
"board": { "maxCharacters": 180, "cooldownSeconds": 60, "dailyLimit": 5 },
"limits": { "maxInputLength": 1024 },
"dashboard": { "host": "127.0.0.1", "port": 3000, "tokenFile": "data/dashboard-token" },
"host": { "port": 2222, "hostKeyPath": "data/host.key", "notificationPort": 7777 }
}