fukushiki.dev blog
EN / JA

2026-03-23

【Blog】About This Blog (With Tech Overview)

An introduction to this blog and the technologies behind it.

About This Blog

This blog is where I collect and share fukushiki’s tech posts in one place.
Some posts are published only here, while others are picked up from Zenn/Qiita/Note for Japanese readers and from dev.to for international readers.

Technologies Behind This Blog

I originally used Codex to build an Astro starter template, and then customized it for this site.
You can find the base template below.

Source Repository fukushiki/astro-site-template A bilingual Astro blog template with profile pages, post lists, post details, and external writing aggregation. github.com/fukushiki/astro-site-template

Tech Stack

  • Astro: Powers the whole site. I’m focusing on fast, lightweight static pages.
  • Markdown: I write and manage posts in Markdown for quick edits.
  • Astro Content Collections: Keeps frontmatter structured and content handling safer.
  • TypeScript: Helps keep config and page code easier to maintain.
  • Cloudflare Pages: Deploys automatically whenever main is updated.

Planned Improvements

  • Add more Japanese/English paired posts
  • Improve tag organization and navigation
  • Share more small experiments and technical notes