feat: add personal/work project section templates
- cv-projects-personal.njk: filters projects with projectType=personal (or unset) - cv-projects-work.njk: filters projects with projectType=work - CV page now only shows work projects - Homepage section dispatcher routes both new types Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
6
cv.njk
6
cv.njk
@@ -61,9 +61,9 @@ pagefindIgnore: true
|
||||
{% set section = { type: "cv-skills", config: {} } %}
|
||||
{% include "components/sections/cv-skills.njk" ignore missing %}
|
||||
|
||||
{# Projects #}
|
||||
{% set section = { type: "cv-projects", config: {} } %}
|
||||
{% include "components/sections/cv-projects.njk" ignore missing %}
|
||||
{# Work Projects (only work-related projects on the CV page) #}
|
||||
{% set section = { type: "cv-projects-work", config: {} } %}
|
||||
{% include "components/sections/cv-projects-work.njk" ignore missing %}
|
||||
|
||||
{# Education & Languages #}
|
||||
{% set section = { type: "cv-education", config: {} } %}
|
||||
|
||||
Reference in New Issue
Block a user