Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/docwhat/website

Source code for my personal website
https://github.com/docwhat/website

blog docwhat gatsby reactjs static-website

Last synced: 2 days ago
JSON representation

Source code for my personal website

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).

![CI](https://github.com/docwhat/website/workflows/CI/badge.svg)
[![GitHub Super-Linter](https://github.com/docwhat/website/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter)
![Check Markdown links](https://github.com/docwhat/website/workflows/Check%20Markdown%20links/badge.svg)

## 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: