Build customizable SSH portfolio MVP

This commit is contained in:
2026-07-27 09:25:18 +09:00
commit b0eb054f88
10 changed files with 277 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"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": [],
"host": { "port": 2222, "hostKeyPath": "data/host.key", "notificationPort": 7777 }
}