Split pages and commands into editable modules
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export const name = 'projects';
|
||||
export const title = 'Projects';
|
||||
|
||||
// Replace these entries with your own work, or load them from config.
|
||||
export function render({ config }) {
|
||||
return (config.pages?.projects?.lines || [
|
||||
'Project One — what it does',
|
||||
'Project Two — what you learned'
|
||||
]).join('\n');
|
||||
}
|
||||
Reference in New Issue
Block a user