diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 98a5a2759..6764bce9b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,11 +1,11 @@ In alphabetical order: - 1. Jorge Arias - 2. Jose Zamudio - 3. Kartik Arora - 4. Marcus Eisele - 5. Nathan Jaremkio - 6. Panos Sakkos - 7. Prashant Solanki - 8. Sergey Lysenko - 9. Fatima Villanueva (Kaira) + 1. Fatima Villanueva (Kaira) + 2. Jorge Arias + 3. Jose Zamudio + 4. Kartik Arora + 5. Marcus Eisele + 6. Nathan Jaremkio + 7. Panos Sakkos + 8. Prashant Solanki + 9. Sergey Lysenko diff --git a/scripts/README.md b/scripts/README.md index 4ea6eeff6..cc633385f 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -1,3 +1,6 @@ +install + - Installs jekyll and the dependencies required by personal-jekyll-theme + serve-production - Builds and serves your website in 127.0.0.1:4000 diff --git a/scripts/generate-tags b/scripts/generate-tags index 63257ab13..6c6a5a46c 100755 --- a/scripts/generate-tags +++ b/scripts/generate-tags @@ -1,4 +1,4 @@ -#!/usr/bin/ruby +#!/usr/bin/env ruby require 'yaml' diff --git a/scripts/integrate-personal b/scripts/integrate-personal index 27d5fb594..3e8664675 100755 --- a/scripts/integrate-personal +++ b/scripts/integrate-personal @@ -1,4 +1,4 @@ -#!/usr/bin/ruby +#!/usr/bin/env ruby # Script to help you get the latest bug fixes and features from the development repository diff --git a/scripts/newpost b/scripts/newpost index 1f77eaeee..df4b59b21 100755 --- a/scripts/newpost +++ b/scripts/newpost @@ -1,4 +1,4 @@ -#!/usr/bin/ruby +#!/usr/bin/env ruby require 'date'