https://github.com/docwhat/website
Source code for my personal website
https://github.com/docwhat/website
blog docwhat gatsby reactjs static-website
Last synced: about 1 year ago
JSON representation
Source code for my personal website
- Host: GitHub
- URL: https://github.com/docwhat/website
- Owner: docwhat
- Created: 2014-08-14T04:14:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-11T21:23:56.000Z (over 1 year ago)
- Last Synced: 2025-03-22T04:51:15.430Z (over 1 year ago)
- Topics: blog, docwhat, gatsby, reactjs, static-website
- Language: JavaScript
- Homepage: https://docwhat.org/
- Size: 180 MB
- Stars: 3
- Watchers: 2
- Forks: 6
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.config.js
Awesome Lists containing this project
README
# Source for docwhat.org
> This is the static site source code for [docwhat.org](https://docwhat.org).
>
> It's powered by [Gatsby](https://gatsbyjs.org).

[](https://github.com/marketplace/actions/super-linter)

## Developing
```sh
npm install
npm run develop
```
## HOWTO
### Fix DPI for an image
If an image has the wrong size in Markdown it's because the density/DPI is
wrong:
```sh
convert original.jpg -density 300 -units pixelsperinch new.jpg
```
## Notes
- [_Made Mistakes_ gatsby-test issue #1](https://github.com/mmistakes/gatsby-test/issues/1)
- Incorporate this into `npm run develop` some how: