Source for docwhat.org
This is the static site source code for docwhat.org.
It's powered by Gatsby.
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
Notes
- Made Mistakes gatsby-test issue #1
- Incorporate this into
yarn develop
some how: https://css-tricks.com/findingfixing-unintended-body-overflow/