This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Find this on Github here: https://gist.github.com/gemfarmer/f3f2e35663b96cd3fa8d90b49e6216a0 | |
require 'colorator' # Comment this out to run the script without colorator | |
built_path = '_site' | |
directory_name = 'tmp' | |
unique_path = 'check_images' | |
image_path = 'assets/img' | |
use_relative = false | |
ignore_removable = false | |
remove_all = false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
# OEmbed Liquid Tag for Jekyll | |
# - requires https://github.com/judofyr/ruby-oembed/ | |
# | |
# Copyright 2011 Tammo van Lessen | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for (var i = 0, headings = $$('h1,h2,h3,h4,h5,h6'); i < headings.length; i++) | |
console.log(headings[i].textContent.trim() + " " + headings[i].tagName, headings[i]); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/_data/federal_county_production/CA.yml b/_data/federal_county_production/CA.yml | |
index 1b740e1..34496b3 100644 | |
--- a/_data/federal_county_production/CA.yml | |
+++ b/_data/federal_county_production/CA.yml | |
@@ -198,16 +198,16 @@ | |
name: Geothermal | |
units: 'Electrical Generation, Thousands of Pounds' | |
volume: | |
- '2006': 37899363 | |
- '2007': 35201153 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Makefile b/Makefile | |
index c59862e..5a9a21f 100644 | |
--- a/Makefile | |
+++ b/Makefile | |
@@ -205,8 +205,7 @@ data/state_self_employment.yml: | |
FROM self_employment \ | |
WHERE \ | |
region IS NOT NULL AND \ | |
- region != 'US' AND \ | |
- jobs > 0 \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Makefile b/Makefile | |
index c59862e..417d10c 100644 | |
--- a/Makefile | |
+++ b/Makefile | |
@@ -205,8 +205,7 @@ data/state_self_employment.yml: | |
FROM self_employment \ | |
WHERE \ | |
region IS NOT NULL AND \ | |
- region != 'US' AND \ | |
- jobs > 0 \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/_data/federal_county_production/AK.yml b/_data/federal_county_production/AK.yml | |
index 52ef59a..fb17897 100644 | |
--- a/_data/federal_county_production/AK.yml | |
+++ b/_data/federal_county_production/AK.yml | |
@@ -1,11 +1,24 @@ | |
'2122': | |
name: Kenai Peninsula Borough | |
products: | |
+ Gas (mcf): | |
+ name: Gas |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/_data/federal_county_production/AK.yml b/_data/federal_county_production/AK.yml | |
index 52ef59a..fb17897 100644 | |
--- a/_data/federal_county_production/AK.yml | |
+++ b/_data/federal_county_production/AK.yml | |
@@ -1,11 +1,24 @@ | |
'2122': | |
name: Kenai Peninsula Borough | |
products: | |
+ Gas (mcf): | |
+ name: Gas |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ Athlead git:(master) ✗ rails server | |
Usage: | |
rails new APP_PATH [options] | |
Options: | |
-r, [--ruby=PATH] # Path to the Ruby binary of your choice | |
# Default: /Users/brianhedberg/.rbenv/versions/2.0.0-p481/bin/ruby | |
-m, [--template=TEMPLATE] # Path to some application template (can be a filesystem path or URL) | |
[--skip-gemfile], [--no-skip-gemfile] # Don't create a Gemfile | |
-B, [--skip-bundle], [--no-skip-bundle] # Don't run bundle install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
s = angular.element($0).scope(); |