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
+3
View File
@@ -2,6 +2,9 @@ import { wrap } from '../terminal.js';
export const name = 'about';
export const title = 'About';
export const order = 10;
export const aliases = ['me'];
export const description = 'A short introduction';
// Edit this function to customize your About page.
export function render({ config }) {