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/* 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 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