From 5f23bc1bd408e370438a68791622e397cec95495 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Sun, 17 Nov 2024 14:02:12 +0100 Subject: [PATCH] feat: add initial content --- content/about.md | 16 ++++++++++++++++ content/posts/hello-world.md | 14 ++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 content/about.md create mode 100644 content/posts/hello-world.md diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..f3ef74c --- /dev/null +++ b/content/about.md @@ -0,0 +1,16 @@ ++++ +title = 'About me' +date = 2024-11-16T11:28:11+01:00 +draft = false ++++ + +Hello! + +Welcome to `netflux.io/blog`, the home of Rob Watson. + +I'm a software engineer, technical lead, co-founder and CTO with decades of experience of building and shipping +products. + +On this blog you'll mostly find writings about my technical projects, experimentations and learnings. + +Need help shipping a feature, or otherwise improving your code-base? I'm available to hire for short-term contracts. Contact me! diff --git a/content/posts/hello-world.md b/content/posts/hello-world.md new file mode 100644 index 0000000..8bf4dec --- /dev/null +++ b/content/posts/hello-world.md @@ -0,0 +1,14 @@ ++++ +title = 'Hello World' +date = 2024-11-16T11:23:59+01:00 +draft = false +tags = ['hello-world'] ++++ + +Hello, world. + +Here we go with another attempt to start a blog. I hope to make this a place where I routinely share my learnings and +discoveries, in the hope they're useful to somebody. Perhaps this time, I will manage to maintain it for more than a +handful of posts. + +Let the blogging commence!