Personal technical blog by Erdemt Bao, focused on robot learning, research notes, tools, and longer-form writing.
Live site: https://erdemtbao.github.io/blog/
Built with Astro and deployed to GitHub Pages via GitHub Actions (base: /blog).
Tech stack
- Astro + Tailwind CSS
- Theme and features from the Fuwari template (light/dark mode, search, RSS, extended Markdown, etc.)
- Search: Pagefind
Local development
Requires Node.js ≥ 20 and pnpm ≥ 9.
pnpm install
pnpm dev # http://localhost:4321
pnpm build # output to ./dist/
pnpm preview # preview production build
Edit src/config.ts for site title, nav, and profile. New posts: pnpm new-post <filename> → src/content/posts/.
Post frontmatter example
---
title: My Post
published: 2024-01-01
description: Short summary
image: ./cover.jpg
tags: [Tag1, Tag2]
category: Notes
draft: false
---
Acknowledgments
This site is based on the open-source Fuwari template. Thanks to saicaca and all contributors. For the latest template docs and updates, see the upstream repository.
License
This project follows Fuwari’s MIT License; see the license file in the repository.