kimshuk / my_blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby Personal Blog

Personal blog site created with Gatsby / Material-UI. Utilized createPage API and Markdown to simplify posting process and populating post slug.

Features

Upcoming Features

  • Archive organized by tags and categories.
  • Disqus Comments.
  • Google Analytics.
  • Sitemap.

Folder Structure

└── content
    ├── assets
    └── blog
└── gatsby
    └── pagination
└── src
    ├── assets
    │   └── scss
    │       ├── base
    │       └── mixins
    ├── components
    │   ├── Feed
    │   ├── Layout
    │   ├── Link
    │   ├── Page
    │   ├── Paginate
    │   ├── Post
    │   ├── Sidebar
    │       ├── Author
    │       ├── Contacts
    │       ├── Menu
    ├── hooks
    ├── images
    ├── pages
    ├── templates
    ├── utils
└── static

About

License:BSD Zero Clause License


Languages

Language:JavaScript 63.6%Language:SCSS 36.4%