Files
markusgraf_ch/hugo.toml
T
gurixandClaude e2c20051f3 feat: add curriculum vitae page with secure download
Add dedicated CV page for HR professionals and recruiters with secure Tresorit download link.

Changes:
- Add CV content page at /cv/ with German text
- Configure CV navigation menu item "Curriculum Vitae"
- Enhance navigation template with active state handling for menu items
- Add secure external link with target="_blank" and security attributes (noopener, noreferrer, nofollow)
- Include email verification notice and information about certificates/references availability
- Create OpenSpec proposal for content-management capability

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-27 22:49:28 +01:00

21 lines
462 B
TOML

baseURL = 'https://markusgraf.ch/'
languageCode = 'de'
title = 'Markus Graf'
# Disable default taxonomies (categories and tags) for minimal site
# To re-enable for blog/content organization, see docs/TAXONOMIES.md
disableKinds = ['taxonomy', 'term']
[params]
description = 'Personal website of Markus Graf'
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[[menus.main]]
name = 'Lebenslauf'
pageRef = '/cv'
weight = 10