From 2eda6177ea8863bb54e0bc916b8b40000b89cc51 Mon Sep 17 00:00:00 2001 From: Splitter Date: Mon, 15 Dec 2025 01:03:03 +0000 Subject: [PATCH] chore(templates): update modules to latest commits --- config/_default/params.yaml | 2 +- content/slides/example/index.md | 14 ++++++++++++++ go.mod | 4 ++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/config/_default/params.yaml b/config/_default/params.yaml index 1e1bdff..9227314 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -253,7 +253,7 @@ hugoblox: csp: policy: "" report_only: false - frame_options: deny # deny | sameorigin | allow + frame_options: sameorigin # deny | sameorigin | allow - sameorigin allows slides embedding permissions_policy: "" # ──────────────────────────────────────────────────────────────────────────── diff --git a/content/slides/example/index.md b/content/slides/example/index.md index 5626493..bb3e44c 100644 --- a/content/slides/example/index.md +++ b/content/slides/example/index.md @@ -289,6 +289,20 @@ Try these keyboard shortcuts: - `/` : Search - `ESC` : Exit modes +--- + +## Hidden Slide Demo (Inline Comment) + +This slide is hidden using the `` comment method. + +Perfect for: +- Speaker-only content +- Backup slides +- Work-in-progress content + +Note: +This slide won't appear in the presentation but remains in source for reference. + --- ## Thanks diff --git a/go.mod b/go.mod index b737100..87869db 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/HugoBlox/hugo-blox-builder/templates/academic-cv go 1.19 require ( - github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v0.0.0-20251201030931-373eb7966ed8 + github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v0.0.0-20251215001347-c72b26de8d15 github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.0.0-20251214032829-73b5f7d5758a - github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v0.0.0-20251106211751-b765ba20e1bf + github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v0.0.0-20251214235550-d15979197a2a )