From bbf275748ddb79703145b1a7fc54e8f5382d4062 Mon Sep 17 00:00:00 2001 From: Ethan Ruszanowski Date: Sat, 13 Jan 2024 22:12:07 -0500 Subject: [PATCH 1/3] Update .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 43a8fc4..5118d59 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ _site .sass-cache .jekyll-metadata Gemfile.lock -ltex.* +.vscode/* From aaaf88b41da4a44982286d8679fb825bad0bc1b2 Mon Sep 17 00:00:00 2001 From: Ethan Ruszanowski Date: Sat, 13 Jan 2024 22:15:47 -0500 Subject: [PATCH 2/3] Update social link in config --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 432f06a..329eae6 100644 --- a/_config.yml +++ b/_config.yml @@ -101,7 +101,7 @@ social: names: links: - "https://github.com/ethanrusz" - - "https://mastodon.acm.org/@rusz" + - "https://infosec.exchange/@rusz" defaults: # _posts From 9606e5ec8d6a105726d41aaa9ccd808db116bbf1 Mon Sep 17 00:00:00 2001 From: Ethan Ruszanowski Date: Sat, 13 Jan 2024 22:16:56 -0500 Subject: [PATCH 3/3] Correct image link --- _posts/2024-01-13-vikunja.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-01-13-vikunja.md b/_posts/2024-01-13-vikunja.md index 0f69cb6..378347f 100644 --- a/_posts/2024-01-13-vikunja.md +++ b/_posts/2024-01-13-vikunja.md @@ -13,7 +13,7 @@ As a longtime user of [Todoist](https://todoist.com/), I have been eagerly await Vikunja allows me to track tasks on my dashboard and create projects that team members can access, all accessible through an easy dashboard. I use a [PWA](https://web.dev/articles/what-are-pwas) and [CalDAV](https://en.wikipedia.org/wiki/CalDAV) to access my tasks on mobile. I'd prefer a native app, but this works for now. -![A screenshot of the dark theme Vikunja dashboard with some tasks and projects.](../assets/images/posts/vikunja-dashboard-min.png) +![A screenshot of the dark theme Vikunja dashboard with some tasks and projects.](/assets/images/posts/vikunja-dashboard-min.png) ## Deploying Vikunja