Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hamed-farag/blog
- Owner: hamed-farag
- License: mit
- Created: 2018-11-20T18:13:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T18:47:50.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T17:25:36.052Z (over 1 year ago)
- Topics: blog, front-end, gatsbyjs, reactjs, technical
- Language: JavaScript
- Size: 10.3 MB
- Stars: 1
- Watchers: 2
- 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
### NotesYou 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/)