benbalter / lee-dohm.github.io

Lee's Github Pages blog

Home Page:http://www.lee-dohm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the data for my blog

My blog can be found at www.lee-dohm.com. It is automatically transformed by Jekyll into a static site whenever I push this repository to GitHub.

Common Tasks

This project follows the GitHub "scripts to rule them all" pattern. The contents of the scripts directory are scripts that cover all common tasks:

  • script/setup — Performs first-time setup
  • script/server — Launches the web server

Other scripts that are available but not intended to be used directly by developers:

  • script/bootstrap — Used as a building-block for several of the above scripts

Workflow

Articles

  1. Execute rake draft title="Sample Title" to create a draft article
  2. Write, proofread and rewrite until satisfied
  3. Execute rake publish title="Sample Title" to convert the draft into a post
  4. Commit and push to the source branch
  5. Execute rake push to generate the site content and push the updated content to the website

Links

  1. Execute rake draft title="Sample Title" to create the link post
  2. Change the layout field to link
  3. Add an address field with the URL
  4. Edit the body text
  5. Commit and push to the source branch
  6. Execute rake push to generate the site content and push the updated content to the website

License

The following directories and their contents are Copyright © 2010-2016 by Lee Dohm. You may not reuse anything therein without my permission:

  • _drafts/
  • _images/
  • _posts/

The theme used is Twitter Bootstrap.

About

Lee's Github Pages blog

http://www.lee-dohm.com


Languages

Language:CSS 68.5%Language:Ruby 22.3%Language:HTML 9.1%Language:Shell 0.1%