Create index.md

This commit is contained in:
2025-03-15 23:28:33 -04:00
committed by GitHub
parent 37e516ed30
commit 49aca5e67c

17
index.md Normal file
View File

@@ -0,0 +1,17 @@
---
layout: default
title: "ESP32-S3 Uno DevBoard"
---
{{ page.title }}
================
<a href="{{% link schematic.md %}}">Schematic</a>
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>