Blog
July 1, 2026Notes1 min read

Welcome to the Botifull blog

A quick note on what this blog will cover — humanoid robotics in the wild, embedded intelligence, and lessons from the field.

By Botifull team

This is a placeholder post. Delete this file, or replace it with your own, to publish the first real article.

How it works

Every markdown file in content/blog/ becomes a post on the site. Add a new file, commit, and the article appears at /blog/<filename>.

Frontmatter

---
title: "Your title"
date: "2026-07-01"     # ISO date, controls ordering
lang: "en"              # "en" or "fr"
category: "Notes"       # optional short label
excerpt: "One sentence shown in the list."
author: "Botifull team" # optional
cover: "/covers/x.jpg"  # optional, absolute path from /public
---

Body content is standard Markdown with GitHub-flavoured extensions (tables, task lists, autolinks).

Let's talk.