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

https://github.com/dillionmegida/dillionmegida.com

My personal website where I write technical articles
https://github.com/dillionmegida/dillionmegida.com

blog gatsby netlify technical-writer write-articles

Last synced: about 1 month ago
JSON representation

My personal website where I write technical articles

Awesome Lists containing this project

README

          

## dillionmegida.com

Hello World 👋,

My name is Dillion Megida. This is my official website built with the awesome framework, [Gatsby](https://gatsbyjs.org) and hosted with the amazing platform, [Netlify](https://netlify.com). I also use [Netlify CMS](https://netlifycms.org) for Content Managament.


[![Netlify Status](https://api.netlify.com/api/v1/badges/7f1814f0-983e-4a6e-b36a-822a2f2fcd2e/deploy-status)](https://app.netlify.com/sites/dillionmegida/deploys)

I write articles mostly on front-end web development topics on my website. Do check it out : )

### Contributions
This site was [built with Gatsby](https://www.gatsbyjs.org/tutorial/part-zero/) and [hosted on Netlify](https://www.netlify.com/blog/2016/02/24/a-step-by-step-guide-gatsby-on-netlify/).

Feature or pull requests are welcome.

To run locally, you must have gatsby installed first. Learn how in the referenced article on Gatsby above.
- Install dependencies
```shell
npm install
```
- Start server
```shell
gatsby develop
```
Check [http://localhost:8000]() in your browser to see the site
- For production, run
```shell
gatsby build
```
Check [http://localhost:9000]() in your browser to see the built site.

### Author
[Dillion Megida](https://dillionmegida.com/me)

### License
This project is open source and available under the [MIT License](https://github.com/dillionmegida/dillionmegida.com/blob/master/LICENSE).