Skip to content

Commit

Permalink
WeMo Hacking
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoble committed Aug 10, 2013
1 parent af6968c commit fee1aa3
Show file tree
Hide file tree
Showing 70 changed files with 3,798 additions and 2,948 deletions.
3 changes: 2 additions & 1 deletion .bundle/config
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
--- {}
---
BUNDLE_BIN: bin
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
development
_wip
_development
bin
7 changes: 3 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
source :rubygems
source "https://rubygems.org"
gem "jekyll"
gem "rdiscount"
gem "RedCloth"
gem "spox-ultraviolet"
gem "rack-jekyll"
gem "jekyll-ultraviolet"
54 changes: 31 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,36 +1,44 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
classifier (1.3.3)
fast-stemmer (>= 1.0.0)
directory_watcher (1.3.2)
fast-stemmer (1.0.0)
jekyll (0.7.0)
classifier (>= 1.3.1)
directory_watcher (>= 1.1.1)
liquid (>= 1.9.0)
maruku (>= 0.5.9)
jekyll-ultraviolet (0.0.1)
liquid (2.2.2)
maruku (0.6.0)
colorator (0.1)
commander (4.1.4)
highline (~> 1.6.11)
directory_watcher (1.4.1)
fast-stemmer (1.0.2)
highline (1.6.19)
jekyll (1.1.2)
classifier (~> 1.3)
colorator (~> 0.1)
commander (~> 4.1.3)
directory_watcher (~> 1.4.1)
kramdown (~> 1.0.2)
liquid (~> 2.5.1)
maruku (~> 0.5)
pygments.rb (~> 0.5.0)
redcarpet (~> 2.2.2)
safe_yaml (~> 0.7.0)
kramdown (1.0.2)
liquid (2.5.1)
maruku (0.6.1)
syntax (>= 1.0.0)
rack (1.2.1)
rack-jekyll (0.3.5)
jekyll
rack
spox-plist (3.0.1)
spox-textpow (0.10.3)
spox-plist
spox-ultraviolet (0.10.5)
spox-textpow
posix-spawn (0.3.6)
pygments.rb (0.5.2)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
rdiscount (2.1.6)
redcarpet (2.2.2)
safe_yaml (0.7.1)
syntax (1.0.0)
yajl-ruby (1.1.0)

PLATFORMS
ruby

DEPENDENCIES
RedCloth
jekyll-ultraviolet
rack-jekyll
spox-ultraviolet
jekyll
rdiscount
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: bundle exec jekyll --server $PORT
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
permalink: pretty
pygments: true
paginate: 1
markdown: rdiscount
exclude: ["development", "config.ru", "_wip", "public/sass"]
7 changes: 4 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<title>{{ page.title }}</title>

<link rel="stylesheet" type="text/css" href="/public/css/font-awesome.css" media="all">
<link rel="stylesheet" type="text/css" href="/public/css/main.css" media="all">
<link rel="stylesheet" type="text/css" href="/public/css/highlight.css" media="all">

Expand All @@ -20,9 +21,9 @@
</a>

<section id="meta">
<a href="https://github.com/mnoble" class="github">github</a>
<a href="https://twitter.com/mattenoble" class="twitter">twitter</a>
<a href="/atom.xm" class="rss">rss</a>
<a href="https://github.com/mnoble" class="icon-github"></a>
<a href="https://twitter.com/mattenoble" class="icon-twitter"></a>
<a href="/atom.xml" class="icon-rss"></a>
</section>
</section>

Expand Down
2 changes: 0 additions & 2 deletions _plugins/ultraviolet.rb

This file was deleted.

18 changes: 0 additions & 18 deletions _posts/2011-01-18-new-year-new-site.textile

This file was deleted.

37 changes: 0 additions & 37 deletions _posts/2011-02-08-a-developers-introduction-to-puppet.textile

This file was deleted.

66 changes: 0 additions & 66 deletions _posts/2011-03-22-forge-python-fixture-replacement.textile

This file was deleted.

33 changes: 0 additions & 33 deletions _posts/2011-03-30-TADDD.textile

This file was deleted.

27 changes: 0 additions & 27 deletions _posts/2011-04-02-value-of-it-just-working.textile

This file was deleted.

27 changes: 0 additions & 27 deletions _posts/2011-04-24-deferred-return-values-for-rspec-stubs.textile

This file was deleted.

17 changes: 0 additions & 17 deletions _posts/2011-05-11-the-value-of-i-dont-know.textile

This file was deleted.

Loading

0 comments on commit fee1aa3

Please sign in to comment.