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
- Host: GitHub
- URL: https://github.com/dillionmegida/dillionmegida.com
- Owner: dillionmegida
- License: mit
- Created: 2019-08-30T02:32:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-04T11:39:12.000Z (about 1 year ago)
- Last Synced: 2025-06-04T19:11:14.853Z (about 1 year ago)
- Topics: blog, gatsby, netlify, technical-writer, write-articles
- Language: TypeScript
- Homepage: https://dillionmegida.com
- Size: 88.6 MB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[](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).