Skip to content

jeffdstephens/jeffdstephens-old

Repository files navigation

Jeff D Stephens - Blog

This is the repo for my personal blog located at jeffdstephens.com.

The site is developed using Gatsby which is a React-based open-source framework that works great for personal blogs. It's based on the Lumen theme which is a minimal, lightweight and mobile-first starter that has been further customized and updated for my needs.

The site is a work in progress and serves as my main blogging platform. As such, I continue to add new posts and build out functionality to make it even better.

Features

  • Lost Grid (peterramsing/lost).
  • Beautiful typography inspired by matejlatin/Gutenberg.
  • Mobile-First approach in development.
  • Stylesheet built using SASS and BEM-Style naming.
  • Syntax highlighting in code blocks.
  • Sidebar menu built using a configuration block.
  • Archive organized by tags and categories.
  • Automatic RSS generation.
  • Automatic Sitemap generation.
  • Offline support.
  • Google Analytics support.
  • Disqus Comments support.

Folder Structure

└── src
    ├── assets
    │   ├── fonts
    │   │   └── fontello-771c82e0
    │   │       ├── css
    │   │       └── font
    │   └── scss
    │       ├── base
    │       ├── mixins
    │       └── pages
    ├── components
    │   ├── CategoryTemplateDetails
    │   ├── Disqus
    │   ├── Links
    │   ├── Menu
    │   ├── PageTemplateDetails
    │   ├── Post
    │   ├── PostTemplateDetails
    │   ├── Sidebar
    │   └── TagTemplateDetails
    ├── layouts
    ├── pages
    │   ├── articles
    │   │   ├── 2016-01-09---Perfecting-the-Art-of-Perfection
    │   │   ├── 2016-01-12---The-Origins-of-Social-Stationery-Lettering
    │   │   ├── 2016-02-02---A-Brief-History-of-Typography
    │   │   ├── 2017-18-08---The-Birth-of-Movable-Type
    │   │   └── 2017-19-08---Humane-Typography-in-the-Digital-Age
    │   └── pages
    │       ├── 2015-05-01---about
    │       └── 2015-05-01---contact
    └── templates

Running in Development

gatsby develop

Building

gatsby build

Deployment

This site uses GitHub CI/CD and deploys to Netlify automatically after merge.

About

My main personal website built using Gatsby.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published