Add interactive SSH portfolio features

This commit is contained in:
2026-07-27 11:08:12 +09:00
parent eac572dcaf
commit 604080749b
32 changed files with 1356 additions and 31 deletions
+2
View File
@@ -2,6 +2,8 @@ import { color, wrap } from '../terminal.js';
export const name = 'home';
export const title = 'Home';
export const order = 0;
export const description = 'Portfolio landing page';
// Edit this function to customize the landing page.
export function render({ config, ownerOnline }) {