diff --git a/config.toml b/config.toml index 2200b1c9..6da8bbcc 100644 --- a/config.toml +++ b/config.toml @@ -98,31 +98,36 @@ date = ["date", "publishDate", "lastmod", ":git"] name = "🤩 Curiosities" url = "/curiosities" weight = 2 + [[languages.en.menu.main]] + identifier = "calendar" + name = "🗓️ Calendar" + url = "/calendar" + weight = 3 [[languages.en.menu.main]] identifier = "memex" name = "🧠 Memex" url = "/memex" - weight = 3 + weight = 4 [[languages.en.menu.main]] identifier = "photos" name = "📸 Photos" url = "/photos" - weight = 4 + weight = 5 [[languages.en.menu.main]] identifier = "reading-lists" name = "🔖 Reading lists" url = "/reading-lists" - weight = 5 + weight = 6 [[languages.en.menu.main]] identifier = "posts" name = "📔 Posts" url = "/posts" - weight = 6 + weight = 7 [[languages.en.menu.main]] identifier = "now" name = "👇 Now" url = "/now" - weight = 7 + weight = 8 [sitemap] filename = 'sitemap.xml' diff --git a/layouts/partials/about-me.html b/layouts/partials/about-me.html index 6214c441..a33f2cb5 100644 --- a/layouts/partials/about-me.html +++ b/layouts/partials/about-me.html @@ -4,7 +4,12 @@ Hello! I'm JP Hastings-Spital, a maker, software engineer, swing dancer, and all-round miriscient chap living in London, UK. I'm principal engineer at Deliveroo. -

I write infrequently about things I've created or care about in posts, I keep notes on interesting things in my memex, and sometimes post photos too. Find out what I'm up to now, or read a recent article like +

+ I post about things I've created or care about, + share photos of what I'm up to, + keep a memex of interesting things I discover, + and link to events I may go to. + Read about my life now, or a recent article like {{ $posts := where .Site.RegularPages "Section" "posts" }} {{ range $posts | first 2 }} {{ .Title }}, diff --git a/layouts/partials/alternatename.txt b/layouts/partials/alternatename.txt index f0700677..c4a137ef 100644 --- a/layouts/partials/alternatename.txt +++ b/layouts/partials/alternatename.txt @@ -1,5 +1,5 @@ -{{- if eq . "calendar"}}Calendar -{{- else if eq . "rss"}}RSS Feed +{{- if eq . "calendar"}}iCal +{{- else if eq . "rss"}}RSS {{- else if eq . "opml" }}OPML Feed {{- else }}Alternate {{- end -}}