Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/docwhat/website
- Owner: docwhat
- Created: 2014-08-14T04:14:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T03:59:58.000Z (about 2 months ago)
- Last Synced: 2024-09-12T13:31:07.938Z (about 2 months ago)
- Topics: blog, docwhat, gatsby, reactjs, static-website
- Language: JavaScript
- Homepage: https://docwhat.org/
- Size: 179 MB
- Stars: 3
- Watchers: 2
- Forks: 6
- Open Issues: 24
-
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).![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: