mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
Merge branch 'main' of https://github.com/by-jp/www.byjp.me
This commit is contained in:
commit
774a617e4b
7 changed files with 45 additions and 3 deletions
|
@ -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]
|
||||
|
|
10
content/notes/2024-07-03/ibrih/index.md
Normal file
10
content/notes/2024-07-03/ibrih/index.md
Normal file
|
@ -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.
|
13
content/notes/2024-07-03/wvptk/index.md
Normal file
13
content/notes/2024-07-03/wvptk/index.md
Normal file
|
@ -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.
|
12
content/notes/2024-07-06/wedding/index.md
Normal file
12
content/notes/2024-07-06/wedding/index.md
Normal file
|
@ -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 😅
|
|
@ -1,6 +1,6 @@
|
|||
<div class="about-me" data-pagefind-body>{{- "" -}}
|
||||
<div class="h-card vcard no-emoji">{{- "" -}}
|
||||
<a href="https://byjp.me" rel="me" class="u-uid u-url"><img class="profile u-photo" src="profile-512.jpg" height="64" alt="A photo of me smiling, with short brown hair, a beard and glasses." /></a>{{- "" -}}
|
||||
<span class="p-note">Hello! I'm <em class="p-name fn always-accented"><span class="p-nickname">JP</span> <span class="p-family-name">Hastings-Spital</span></em>, a <span class="p-category category">maker</span>, <span class="p-category category">software engineer</span>, <span class="p-category category">swing dancer</span>, and all-round <span class="p-category category">miriscient chap</span> living in <span class="adr p-adr h-adr"><span class="p-locality locality">London</span>, <span class="p-country-name country-name">UK</span></span>. <span class="h-card no-emoji">Until recently I was <span clas="p-job-title">principal engineer</a> at <span class="p-org" rel="noopener">Deliveroo</span></span>, I'm now enjoying a career break until after my wedding in July.</span>{{- "" -}}
|
||||
<span class="p-note">Hello! I'm <em class="p-name fn always-accented"><span class="p-nickname">JP</span> <span class="p-family-name">Hastings-Edrei</span></em> (previously <em class="">Hastings-Spital</em>), a <span class="p-category category">maker</span>, <span class="p-category category">software engineer</span>, <span class="p-category category">swing dancer</span>, and all-round <span class="p-category category">miriscient chap</span> living in <span class="adr p-adr h-adr"><span class="p-locality locality">London</span>, <span class="p-country-name country-name">UK</span></span> with my incredible wife <a href="/friends/" target="_blank">Yvette</a>. <span class="h-card no-emoji">Until recently I was <span clas="p-job-title">principal engineer</a> at <span class="p-org" rel="noopener">Deliveroo</span></span>, I'm now enjoying a career break until after I come down from my wedding earlier this month.</span>{{- "" -}}
|
||||
</div>{{- "" -}}
|
||||
</div>{{- "" -}}
|
||||
|
|
|
@ -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
|
||||
|
|
7
layouts/shortcodes/spoiler.gmi
Normal file
7
layouts/shortcodes/spoiler.gmi
Normal file
|
@ -0,0 +1,7 @@
|
|||
⚠️ The next paragraph(s) contain spoilers!
|
||||
|
||||
{{ .Inner }}
|
||||
|
||||
🛟 Spoilers over!
|
||||
|
||||
{{ .Page.Store.Set "hasSpoilers" true -}}
|
Loading…
Reference in a new issue