Skip to content

My collection of postings about software development topics.

Notifications You must be signed in to change notification settings

mikegehard/mikegehard.github.io

Repository files navigation

My blog

Goals

  1. Be able to publish static pages to GitHub pages.
  2. Quickly publish articles.

Project Structure

mikegehard.github.com/ ├── _config.yml ├── package.json ├── scaffolds/ │ ├── draft.md │ ├── page.md │ └── post.md ├── source/ │ ├── _posts/ │ │ └── hello-world.md │ ├── about/ │ │ └── index.md │ └── images/ ├── themes/ │ └── landscape/ ├── .gitignore └── README.md

About

My collection of postings about software development topics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published