Broader Frontends
Author : Kazuhiro Hara
Article permalink

The English version is available. However, there is no content yet. "You can navigate to the top page for each language by clicking on JA / EN at the top of the page. Writing articles is also a part of my goal for language learning. RSS feeds are also available in each language.

  • Japanese Feed https://yorihiroi-frontend.engineer/ja/api/rss.xml
  • English Feed https://yorihiroi-frontend.engineer/en/api/rss.xml
ContentfulEnglishNote
Author : Kazuhiro Hara
Article permalink

twitter icon

I tried using this site's logo as my Twitter icon for a while, but it started to feel like a service account, so I combined a picture of my face with the site's logo to make a new Twitter icon.

Note
Author : Kazuhiro Hara
Article permalink

I find it beneficial to have a setup with Next.js + TailwindCSS + Contentful + Cloudflare Pages because it allows for continuous writing and editing. It's also great that the design permits updates, even if it's just a single line.

ContentfulNext.js
Author : Kazuhiro Hara
Article permalink

RSS is now available

I received a request to output RSS, so I updated it to do so. When creating the RSS output, there was something I had to think about. It's that some of the posts don't have titles. Since RSS requires a title field, I needed to come up with a clever solution.

Next.js
Author : Kazuhiro Hara
Article permalink

This guide seems helpful for creating key-value pairs in Contentful. For this solution, you have to create a content type that only has two elements: a key and a value. Then, you link them together through relationships. However, it does seem a bit complicated, doesn't it?

Contentful