Skip to content

AhmedHossam01/thegeekyman_v1

Repository files navigation

The Geeky Man

Simple markdown blog for real website with Gatsby and React. Live Preview: https://www.geekyman.media/

Screenshot from 2020-05-26 18-59-29

Main Features

  • Perfect image optimization.
  • Perfect Performance Optimization.
  • Perfect SEO Optimization.
  • Pagination.
  • Categorize blogs into tags.
  • Add blogs with by markdown.
  • Inline image optimization and code syntax highlight.

Pictures

Screenshot from 2020-05-26 18-59-49 Screenshot from 2020-05-26 19-00-15

Available Scripts

  1. gatsby develop => To start the development server.
  2. gatsby clean => To clean gatsby cache and public folder.
  3. gatsby build => To create the production build.

Installation Instructions

  1. Run npm install to download required packages.
  2. Create a folder called blogposts.
  3. Write new blogs, with this structure:-
---
slug: "/posts/name-of-the-blog-post"
date: "DD-MM-YYYY"
title: "title-of-the-blog-post"
description: "description-of-the-blog-post"
featuredImage: ../images/thumbnail.jpg
tags: ["tag", "another tag"]
---
content of the blog post

About

Client version of The Geeky Man blog with React/GatsbyJs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published