diff --git a/index.html b/index.html index 2cc58d0a..b84e7ef9 100644 --- a/index.html +++ b/index.html @@ -151,7 +151,7 @@ speak multiple languages and allow you to easily create localized websites.
-
-

This is my personal website. It includes a simple about page, a blog, and a curated list of interesting links I've come across. I generally link to and blog about product management, marketing, strategy, and design.

-

Links are stored statically in lektor in the same way blog posts are stored, but I wrote a bit of code that syncs those links before lektor deployments from pinboard, where I manage them centrally.

-

The site is hosted on S3 behind Cloudflare, and I use the excellent lektor-s3 plugin to get it there.

+

This is my personal website. It includes a simple about page, a blog, and a curated list of interesting links. I write about product management, go-to-market, strategy, and design.

+

I've written two custom plugins for my Lektor site:

+
    +
  • One fetches links for my linkblog from Pinboard. Since Pinboard doesn't supply webhooks, I've written a custom Netlify function that checks for new bookmarks on Pinboard and triggers a rebuild/deployment when necessary.
  • +
  • The other generates dynamic link preview images used by Twitter and the like to make sharing content from my site more engaging and visual.
  • +
+

The site is hosted on Netlify, which I cannot recommend highly enough.

diff --git a/showcase/frank-tisellano/links.png b/showcase/frank-tisellano/links.png index 5df4ff6a..2508ab18 100644 Binary files a/showcase/frank-tisellano/links.png and b/showcase/frank-tisellano/links.png differ