From a55a0a55965ee7b50df1a417fbf408febaf20252 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Tue, 17 Dec 2024 21:43:35 +0100 Subject: [PATCH] Remove husky and change startYear of Blender --- .husky/pre-commit | 4 ---- src/lib/content/timeline.ts | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100755 .husky/pre-commit diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100755 index 770b781..0000000 --- a/.husky/pre-commit +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env sh -. "$(dirname "$0")/_/husky.sh" - -pnpm exec lint-staged \ No newline at end of file diff --git a/src/lib/content/timeline.ts b/src/lib/content/timeline.ts index a254e93..45a6e40 100644 --- a/src/lib/content/timeline.ts +++ b/src/lib/content/timeline.ts @@ -24,7 +24,7 @@ const timeline: TimelineItem[] = [ title: 'DevOps Engineer', subTitle: 'Blender', icon: Briefcase, - startYear: 2021 + startYear: 2024 }, { title: 'Linux Foundation Certified Systems Administrator (LFCS)',