Add interactive SSH portfolio features
This commit is contained in:
@@ -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 }) {
|
||||
|
||||
Reference in New Issue
Block a user