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