Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 299 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 299 Bytes

blag

charlie's web syte

run local

syte serve

nice commands

Add missing /img/ to markdown images for a single page

sed 's/!\[\(.*\)](/![\1](\/img\//g' afternoon-with-arduino.md

Same thing, but for all md files:

sed -i -- 's/!\[\(.*\)](/![\1](\/img\//g' *.md