docwhat

This is the static site source code for docwhat.org.

Developing

yarn install
gatsby develop

HOWTO

Fix DPI for an image

If an image has the wrong size in Markdown it's because the density/DPI is
wrong:

convert original.jpg -density 300 -units pixelsperinch new.jpg

GitHub