switched site and content posts to opengraph internal template

This commit is contained in:
Bastian de Byl
2020-11-05 23:37:04 -05:00
parent 2fbaf87573
commit 0c7ccaf0d1
8 changed files with 16 additions and 8 deletions

View File

@@ -6,7 +6,8 @@ tags: ["libopencm3", "stm32", "tutorial"]
categories: ["Tutorial"]
contentCopyright: true
hideHeaderAndFooter: false
preview: "/static/img/stm32-examples/part0/stm32-basic-gpio-leds.jpeg"
images:
- "/static/img/stm32-examples/part0/stm32-basic-gpio-leds.jpeg"
---
One of the simplest projects to get started with the STM32 microcontroller
series: turn on the lights!