diff --git a/config.toml b/config.toml index 101d37a8..892f3116 100644 --- a/config.toml +++ b/config.toml @@ -32,7 +32,7 @@ date = ["date", "publishDate", "lastmod", ":git"] unsafe = true [author] - name = "JP Hastings-Spital" + name = "JP Hastings-Edrei" email = "hello@byjp.me" [taxonomies] diff --git a/content/notes/2024-07-03/ibrih/index.md b/content/notes/2024-07-03/ibrih/index.md new file mode 100644 index 00000000..d4f6b2a2 --- /dev/null +++ b/content/notes/2024-07-03/ibrih/index.md @@ -0,0 +1,10 @@ +--- +date: 2024-07-03T08:45:26.258+02:00 +tags: +- Bordeaux +- France +--- + +I've spent the last few days in [Bordeaux](/tags/bordeaux) and, though it's stunningly beautiful, it's uncommonly busy with homeless people. + +Somehow I expected more of [France](/tags/france), in terms of looking after its people. \ No newline at end of file diff --git a/content/notes/2024-07-03/wvptk/index.md b/content/notes/2024-07-03/wvptk/index.md new file mode 100644 index 00000000..ec724029 --- /dev/null +++ b/content/notes/2024-07-03/wvptk/index.md @@ -0,0 +1,13 @@ +--- +date: 2024-07-03T09:15:26.258+02:00 +tags: +- HomeLab +- EdgeCompute +- RPi +--- + +I'm dreaming of a bring-your-own "cloud" hosting company. + +Imagine Vercel/Netlify let you put an SD card in a [RPi](/tags/rpi) on your home network. It'd open a tunnel out, run your app(s), and serve to the world. + +It'd need some smart/simple isolation from the local network (security!), but I'd love how it'd allow trivial & cheap local hosting. \ No newline at end of file diff --git a/content/notes/2024-07-06/wedding/index.md b/content/notes/2024-07-06/wedding/index.md new file mode 100644 index 00000000..e75220b6 --- /dev/null +++ b/content/notes/2024-07-06/wedding/index.md @@ -0,0 +1,12 @@ +--- +date: 2024-07-06T08:12:26.258+02:00 +tags: +- Yvette +- Bordeaux +- France +- Wedding +--- + +It's happening! Today {{< friend yvette >}} and I get married! 🤩 + +The weather forecast here, near Bordeaux, is keeping us on our toes 🌦️ so perform a sun dance for us this morning if you can 😅 \ No newline at end of file diff --git a/layouts/partials/about-me.html b/layouts/partials/about-me.html index 6f552d64..d6e8f1d9 100644 --- a/layouts/partials/about-me.html +++ b/layouts/partials/about-me.html @@ -1,6 +1,6 @@
{{- "" -}}
{{- "" -}} A photo of me smiling, with short brown hair, a beard and glasses.{{- "" -}} - Hello! I'm JP Hastings-Spital, a maker, software engineer, swing dancer, and all-round miriscient chap living in London, UK. Until recently I was principal engineer at Deliveroo, I'm now enjoying a career break until after my wedding in July.{{- "" -}} + Hello! I'm JP Hastings-Edrei (previously Hastings-Spital), a maker, software engineer, swing dancer, and all-round miriscient chap living in London, UK with my incredible wife Yvette. Until recently I was principal engineer at Deliveroo, I'm now enjoying a career break until after I come down from my wedding earlier this month.{{- "" -}}
{{- "" -}}
{{- "" -}} diff --git a/layouts/robots.txt b/layouts/robots.txt index 6f8a0c46..4b53f597 100644 --- a/layouts/robots.txt +++ b/layouts/robots.txt @@ -6,7 +6,7 @@ Disallow: User-agent: AdsBot-Google User-agent: Amazonbot User-agent: anthropic-ai -User-agent: Applebot +User-agent: Applebot-Extended User-agent: AwarioRssBot User-agent: AwarioSmartBot User-agent: Bytespider diff --git a/layouts/shortcodes/spoiler.gmi b/layouts/shortcodes/spoiler.gmi new file mode 100644 index 00000000..2b5c3d7f --- /dev/null +++ b/layouts/shortcodes/spoiler.gmi @@ -0,0 +1,7 @@ +⚠️ The next paragraph(s) contain spoilers! + +{{ .Inner }} + +🛟 Spoilers over! + +{{ .Page.Store.Set "hasSpoilers" true -}} \ No newline at end of file