diff --git a/public/posts/my-workflow.md b/public/posts/my-workflow.md index 6914786..01bb75e 100644 --- a/public/posts/my-workflow.md +++ b/public/posts/my-workflow.md @@ -1,13 +1,11 @@ --- -id: my-workflow -aliases: [] +title: My workflow +subtitle: Keeping on track with workflow +date: 28/12/2023 tags: - meta - vim - nixos -date: 28/12/2023 -subtitle: Keeping on track with work -title: My workflow --- In order to keep myself on track I wanted to document my workflow. So in order to do that this post will be kept up to date every 3 months or so with additional input and changes to how I work. Currently, I use NixOS and have my neovim config managed through nix, a big thanks to [@nekowinson](https://github.com/nekowinston) for all their help. diff --git a/public/posts/nixos-and-postgresql.md b/public/posts/nixos-and-postgresql.md index 0f67e84..95ef67f 100644 --- a/public/posts/nixos-and-postgresql.md +++ b/public/posts/nixos-and-postgresql.md @@ -1,8 +1,10 @@ --- -title: "NixOS and PostgreSQL" -subtitle: "Migrating from PostgreSQL 14 to 15" +title: NixOS and PostgreSQL +subtitle: Migrating from PostgreSQL 14 to 15 date: 27/11/2023 -tags: ["nixos", "postgresql"] +tags: + - nixos + - postgresql --- When upgrading to version 15 from 14, there was an issue. None of my data was transferred. To fix this issue I swapped to the `posgres` user who is a superuser on the PostgreSQL databases. diff --git a/public/posts/self-healing-urls.md b/public/posts/self-healing-urls.md index da67aff..57d33c0 100644 --- a/public/posts/self-healing-urls.md +++ b/public/posts/self-healing-urls.md @@ -1,8 +1,10 @@ --- -title: "Self-Healing URLs" -subtitle: "Creating self-healing URLs within my Vue.js website" +title: Self-Healing URLs +subtitle: Creating self-healing URLs within my Vue.js website date: 10/12/2023 -tags: ["vue", "webdev"] +tags: + - vue + - webdev --- I have been working on the creation of this [version](https://github.com/isabelroses/website/commit/8c53b9f3576d98a2ebe71976a3f921a30e6ad052) of my website for a while and when I finally thought I was done, I was introduced to the concept of self-healing URLs.