Skip to content

Commit 82ad6da

Browse files
committed
Improving Jekyll formatting
1 parent 2facf00 commit 82ad6da

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
theme: jekyll-theme-minimal
2+
exclude:
3+
- tidy.cfg
4+
- tools
5+
- ReadMe.md
6+
- CNAME

faq.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
---
2+
---
13
Category: site
24
Q: Why not support `.uf2` format downloads?
35
A: ESP32 boards lack the hardware to support this format.

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---
2-
---
31
<!DOCTYPE html>
42
<html>
53
<head>
@@ -81,7 +79,8 @@
8179
</head>
8280
<body>
8381
<div class="content">
84-
<h1>MicroPython Easy Install for ESP32 Family MCUs</h1>
82+
<h1>MicroPython Easy Install
83+
<br>For ESP32 Family MCUs</h1>
8584
<p>Install the latest MicroPython release
8685
({% include mpVersion.txt %})
8786
on your MCU.</p>

0 commit comments

Comments
 (0)