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: about 1 year ago
JSON representation
Personal Blog Stuffed with Code
- Host: GitHub
- URL: https://github.com/hamed-farag/blog
- Owner: hamed-farag
- License: mit
- Archived: true
- Created: 2018-11-20T18:13:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T15:42:42.000Z (over 2 years ago)
- Last Synced: 2025-02-16T03:33:17.417Z (over 1 year ago)
- Topics: blog, front-end, gatsbyjs, reactjs, technical
- Language: JavaScript
- Size: 7.72 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)