Skip to content

Commit

Permalink
Fixes #129
Browse files Browse the repository at this point in the history
  • Loading branch information
Panos Sakkos committed Jan 9, 2016
1 parent 789e21a commit c83ea8f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
18 changes: 9 additions & 9 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
In alphabetical order:

1. Jorge Arias <[email protected]>
2. Jose Zamudio <[email protected]>
3. Kartik Arora <[email protected]>
4. Marcus Eisele <[email protected]>
5. Nathan Jaremkio <njaremko@gmail.com>
6. Panos Sakkos <panos.sakkos@protonmail.com>
7. Prashant Solanki <prs.solanki@live.com>
8. Sergey Lysenko <soulwish.ls@gmail.com>
9. Fatima Villanueva (Kaira) <fzf.villanueva@gmail.com>
1. Fatima Villanueva (Kaira) <[email protected]>
2. Jorge Arias <[email protected]>
3. Jose Zamudio <[email protected]>
4. Kartik Arora <[email protected]>
5. Marcus Eisele <marcus.eisele@gmail.com>
6. Nathan Jaremkio <njaremko@gmail.com>
7. Panos Sakkos <panos.sakkos@protonmail.com>
8. Prashant Solanki <prs.solanki@live.com>
9. Sergey Lysenko <soulwish.ls@gmail.com>
3 changes: 3 additions & 0 deletions scripts/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-tags
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/ruby
#!/usr/bin/env ruby

require 'yaml'

Expand Down
2 changes: 1 addition & 1 deletion scripts/integrate-personal
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/newpost
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/ruby
#!/usr/bin/env ruby

require 'date'

Expand Down

0 comments on commit c83ea8f

Please sign in to comment.