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 -1
View File
@@ -1,7 +1,9 @@
export const name = 'projects';
export const title = 'Projects';
export const order = 20;
export const description = 'Selected work and projects';
// Replace these entries with your own work, or load them from config.
// Replace these entries with your own work. config.pages.projects is a legacy content fallback.
export function render({ config }) {
return (config.pages?.projects?.lines || [
'Project One — what it does',