Skip to content

Commit c83ea8f

Browse files
author
Panos Sakkos
committed
Fixes #129
1 parent 789e21a commit c83ea8f

File tree

5 files changed

+15
-12
lines changed

5 files changed

+15
-12
lines changed

CONTRIBUTORS.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
In alphabetical order:
22

3-
1. Jorge Arias <[email protected]>
4-
2. Jose Zamudio <[email protected]>
5-
3. Kartik Arora <[email protected]>
6-
4. Marcus Eisele <[email protected]>
7-
5. Nathan Jaremkio <njaremko@gmail.com>
8-
6. Panos Sakkos <panos.sakkos@protonmail.com>
9-
7. Prashant Solanki <prs.solanki@live.com>
10-
8. Sergey Lysenko <soulwish.ls@gmail.com>
11-
9. Fatima Villanueva (Kaira) <fzf.villanueva@gmail.com>
3+
1. Fatima Villanueva (Kaira) <[email protected]>
4+
2. Jorge Arias <[email protected]>
5+
3. Jose Zamudio <[email protected]>
6+
4. Kartik Arora <[email protected]>
7+
5. Marcus Eisele <marcus.eisele@gmail.com>
8+
6. Nathan Jaremkio <njaremko@gmail.com>
9+
7. Panos Sakkos <panos.sakkos@protonmail.com>
10+
8. Prashant Solanki <prs.solanki@live.com>
11+
9. Sergey Lysenko <soulwish.ls@gmail.com>

scripts/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
install
2+
- Installs jekyll and the dependencies required by personal-jekyll-theme
3+
14
serve-production
25
- Builds and serves your website in 127.0.0.1:4000
36

scripts/generate-tags

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/ruby
1+
#!/usr/bin/env ruby
22

33
require 'yaml'
44

scripts/integrate-personal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/ruby
1+
#!/usr/bin/env ruby
22

33
# Script to help you get the latest bug fixes and features from the development repository
44

scripts/newpost

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/ruby
1+
#!/usr/bin/env ruby
22

33
require 'date'
44

0 commit comments

Comments
 (0)