rm -r static/resources content/blog content/filing* public
cp -pr ~/Downloads/yarle-run/output8/notes/evernote.toc.titled/all/blog ./content/
cp -pr ~/Downloads/yarle-run/output8/notes/evernote.toc/filing/filing-* ./content/
mv content/blog/resources static
rm -r content/filing-learning-notes/resources
rm -r content/filing-web/resources
fix title with quotes breaking frontmatter
blog sed tag published to draft
blog sed fix missing tags
blog sed fix hashtag in frontmatter tags
#todo: fix title with _
should be :
grep -R 'title: ".*_ ' ./content/everblog | sed 's/:.*//' | sed 's!^\(.*\)!sed -i "" -e '"'"'/^title: ".*_ /s/_ /: /g'"'"' "\1"! '