Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 507 Bytes

File metadata and controls

18 lines (15 loc) · 507 Bytes

Robot Sensor Blog

📘 《机器人中的传感器原理与应用》
这是一个基于 GitHub Pages + Jekyll 的技术博客,用于记录和分享机器人感知系统的知识与实践。

预览

上传到 GitHub 后,在仓库的 Settings → Pages 中启用 Pages 即可访问。 默认访问地址为:

https://<your-github-username>.github.io/robot-sensor-blog/

本地预览(可选)

bundle install
bundle exec jekyll serve

访问 http://localhost:4000