From d21a0ca976e7ff570d8ba4173f7132c6948f5ab1 Mon Sep 17 00:00:00 2001 From: CrimsonTome Date: Sat, 24 Dec 2022 12:45:33 +0000 Subject: [PATCH] chore: add update post, init draft pw manager post --- CHANGELOG.md => CHANGELOG | 0 README.md | 2 +- drafts/password-managers.md | 11 +++++++++++ posts/a-quick-update.md | 17 +++++++++++++++++ 4 files changed, 29 insertions(+), 1 deletion(-) rename CHANGELOG.md => CHANGELOG (100%) create mode 100644 drafts/password-managers.md create mode 100644 posts/a-quick-update.md diff --git a/CHANGELOG.md b/CHANGELOG similarity index 100% rename from CHANGELOG.md rename to CHANGELOG diff --git a/README.md b/README.md index fa898eb..119f6b2 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for information on adding to this reposit ## Changelog Run `./changelog` to generate the changelog after your commit, then `git add . && git commit --amend --no-edit ` to generate the changelog -The changelog is available [here](CHANGELOG.md) +The changelog is available [here](CHANGELOG) ## License diff --git a/drafts/password-managers.md b/drafts/password-managers.md new file mode 100644 index 0000000..6b91cda --- /dev/null +++ b/drafts/password-managers.md @@ -0,0 +1,11 @@ +--- +title: Self host your password manager! +description: How and why you should self host your own password manager +date: 2022-12-24 +tags: + - self-hosting + - linux + - vps-series + - security +layout: layouts/post.njk +--- \ No newline at end of file diff --git a/posts/a-quick-update.md b/posts/a-quick-update.md new file mode 100644 index 0000000..0f1ee25 --- /dev/null +++ b/posts/a-quick-update.md @@ -0,0 +1,17 @@ +--- +title: A (short) end of year update +description: +date: 2022-12-24 +tags: + - update +layout: layouts/post.njk +--- + +Hello again, it's been... \***checks time and laughs nervously**\* almost 4 months since my last post. Almost as long as the gap between my [PVE](https://crimsontome.com/posts/PVE) and [first VPS post](https://crimsontome.com/posts/my-current-vps-setup), so quite some time. When I first started this blog over a year ago I planned to make a post every 2 weeks, and well, I have 10 including this one in ~14 months. In the new year I hope to write at least one post a month (This one might even come out then, Christmas is always a busy time). And it is also very likely that University will claim most of my time, as it has done for the last year. But nevertheless I am optimistic - *for now* - that I'll be able to keep up, I have some projects in the works that I may blog about and it's likely I'll be blogging about my year in industry from ~June onwards. + +A sneak peak of what you can *maybe* look forward to in the coming year: +- blogs about becoming a [GitHub Campus Expert](https://githubcampus.expert/) (Currently in training) +- another home server update - when I can actually get it to my accomodation and functional once again +- tutorials on self hosting various services - first off is a password manager, coming soon™️ +- posts about sysadmin workshops I'll be running with [Freeside](https://freeside.co.uk) +- any weird or wonderful projects I discover on my journey \ No newline at end of file