From 757db6a327a529af5585a49ed015eeac017fc86b Mon Sep 17 00:00:00 2001 From: Ricardo Date: Wed, 11 Feb 2026 04:10:45 +0100 Subject: [PATCH] feat: add dedicated /cv page and simplify homepage fallback Move CV content to a standalone /cv page that reuses the section partials from the homepage builder. Simplify home.njk from a 3-tier to 2-tier fallback (plugin config OR recent posts + explore links). Add /cv to the slash pages navigation dropdown. Co-Authored-By: Claude Opus 4.6 --- _includes/layouts/base.njk | 2 + _includes/layouts/home.njk | 237 ++++++------------------------------- cv.njk | 93 +++++++++++++++ 3 files changed, 128 insertions(+), 204 deletions(-) create mode 100644 cv.njk diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index 4647db2..25b3558 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -127,6 +127,7 @@