From d2a1366d82e7af55a14032bb0882dde520bf71ae Mon Sep 17 00:00:00 2001 From: Rob Hand <146272+sinon@users.noreply.github.com> Date: Sat, 8 Feb 2025 10:30:22 +0000 Subject: [PATCH] Add link to CV pdf --- config.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 189aa32..c489d4a 100644 --- a/config.toml +++ b/config.toml @@ -29,8 +29,7 @@ after_dark_menu = [ { name = "Tags", url = "$BASE_URL/tags" }, { name = "Source", url = "https://github.com/Sinon/sinon.github.io" }, { name = "GitHub", url = "https://github.com/Sinon" }, - # Blocked by: https://github.com/getzola/after-dark/pull/43 - # Alternatively downgrade to zola<0.19 + { name = "CV", url = "https://raw.githubusercontent.com/sinon/CV/main/cv.pdf" }, { name = "RSS", url = "$BASE_URL/rss.xml" }, ] after_dark_title = "Rob's Blog | Python • Rust • Ramblings?"