Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hamed-farag/blog

Personal Blog Stuffed with Code
https://github.com/hamed-farag/blog

blog front-end gatsbyjs reactjs technical

Last synced: 12 days ago
JSON representation

Personal Blog Stuffed with Code

Awesome Lists containing this project

README

        

# [Hamed's Blog](https://hamed-farag.github.io/blog/)

Personal Blog Stuffed with Code powered by [GatsbyJS](https://www.gatsbyjs.org/)

### Features
* Dark/Light Theme
* SEO
* Based on Styled-Components
* Share Blog on Social Media

### Todo
* Search box
* Filter by tag
* Filter by category
* Pagination
* Related blogs

### Notes

You can start your own blog by fork the repo and clean the following files
* ./Readme.md
* ./package.json
* ./src/assets/favicon.png
* ./src/assets/profile-pic.png
* ./src/static/bio.md
* ./src/blogs folder and start to write your own blogs.

Create .env.development & .env.production and write down your values like .env.example

### Articles
* [My Blog - My Gatsby!](https://hamed-farag.github.io/blog/gatsby-blog/)
* [Build Your Front-End Environment - Part 1](https://hamed-farag.github.io/blog/front-end-env-p1/)
* [Quick Article - Upgrade React Project!](https://hamed-farag.github.io/blog/react-upgrade-v1/)