Skip to content

Commit d3c243e

Browse files
committed
fix typo, change theme
1 parent 86309f7 commit d3c243e

2 files changed

Lines changed: 13 additions & 8 deletions

File tree

docs/hardware/stm8blue.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ are my original development platform.
66

77
![Image of the STM8S103 board](stm8board-pinout.jpg)
88

9-
They are very similar the [ESP14 Wifi-boards](hardware/esp14.html), most
10-
programs should run on those chinese gems as well, but that is still
11-
untested.
9+
They are very similar to the [ESP14 Wifi-boards](hardware/esp14.html) and
10+
most programs will work fine on those chinese gems as well.
1211

1312
The STM8S103 breakout boards are build around a CPU STM8S103F3P6 with 16MHz
1413
internal oscillator, 8kB flash, 1kB RAM, and 640 byte EEPROM. The CPU

mkdocs.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
site_name: Sduino
2+
site_description: Programming the STM8S the Arduino way
3+
site_author: Michael Mayer
4+
repo_url: 'https://github.com/tenbaht/sduino'
25
pages:
36
- User Guide:
47
- Overview: 'index.md'
@@ -31,14 +34,17 @@ pages:
3134
#+ theme: cerulean
3235
#+++ theme: cosmo elegant, ausgewogen
3336
#- theme: cyborg zu starker Kontrast
34-
#+ theme: flatly
37+
#++ theme: flatly grau-blau
3538
#++ theme: journal Überschriften evtl. etwas zu schwer
3639
#+++ theme: mkdocs leicht, elegant. Wie Bootstrap. Mit Search
3740
#+ theme: readable
38-
#o theme: readthedocs
41+
#o theme: readthedocs komplette Übersicht, Suche
3942
#++ theme: simplex elegant, Schrift evtl. etwas zu klein
4043
#- theme: slate zu starker Kontrast
41-
#++ theme: spacelab elegant und leicht
44+
#++ theme: spacelab elegant und leicht, grau
4245
#+++ theme: united Orange. Ausgewogen.
43-
#+++ theme: yeti sehr gut. Leicht, elegant
44-
theme: mkdocs
46+
#+++ theme: yeti sehr gut. Leicht, elegant
47+
# best: flatly, yeti (light typeface), cosmo, united, spacelab
48+
# with search: mkdocs
49+
theme: flatly
50+
#theme: mkdocs

0 commit comments

Comments
 (0)