- Be able to publish static pages to GitHub pages.
- Quickly publish articles.
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