whatrocks / blag

my website, powered by Syte

Home Page:https://charlieharrington.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

my website, powered by Syte

https://charlieharrington.com


Languages

Language:EJS 65.8%Language:CSS 34.2%