Broader Frontends
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

Pagination can wait until you need it

I added pagination. I did not want long list pages, so it is about five posts per page. I may change that later. Pagination, tags, categories, and similar features are things that article-style websites tend to need, but I do not think we need to be trapped by the assumption that a site cannot open until all of those are built.

Next.js
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