Skip to content

whatrocks/blag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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