1
0
Fork 0
forked from wezm/wezm.net
wezm.net/v1/README.mkdn

24 lines
424 B
Text
Raw Normal View History

2009-11-17 02:18:28 +00:00
WezM.net
========
Site Structure
--------------
/articles
/technical
/category
/personal
/category
/about
Tips
----
Set updated_at on a post in vim:
:r! ruby -rtime -e "puts File.mtime('%:r.md').xmlschema"
2019-10-26 03:15:56 +00:00
Trim CLI screenshots:
convert *.png -set filename:name '%t' -background white -splice 0x1 -background white -splice 0x1 -trim +repage -chop 0x1 '%[filename:name].png'