This commit is contained in:
Panos Sakkos 2016-01-09 13:53:55 +01:00
parent 789e21ae63
commit c83ea8f276
5 changed files with 15 additions and 12 deletions

View file

@ -1,11 +1,11 @@
In alphabetical order: In alphabetical order:
1. Jorge Arias <mail@jorgearias.cl> 1. Fatima Villanueva (Kaira) <fzf.villanueva@gmail.com>
2. Jose Zamudio <jose.zamudiobarrera@postgrad.manchester.ac.uk> 2. Jorge Arias <mail@jorgearias.cl>
3. Kartik Arora <chipset95@yahoo.co.in> 3. Jose Zamudio <jose.zamudiobarrera@postgrad.manchester.ac.uk>
4. Marcus Eisele <marcus.eisele@gmail.com> 4. Kartik Arora <chipset95@yahoo.co.in>
5. Nathan Jaremkio <njaremko@gmail.com> 5. Marcus Eisele <marcus.eisele@gmail.com>
6. Panos Sakkos <panos.sakkos@protonmail.com> 6. Nathan Jaremkio <njaremko@gmail.com>
7. Prashant Solanki <prs.solanki@live.com> 7. Panos Sakkos <panos.sakkos@protonmail.com>
8. Sergey Lysenko <soulwish.ls@gmail.com> 8. Prashant Solanki <prs.solanki@live.com>
9. Fatima Villanueva (Kaira) <fzf.villanueva@gmail.com> 9. Sergey Lysenko <soulwish.ls@gmail.com>

View file

@ -1,3 +1,6 @@
install
- Installs jekyll and the dependencies required by personal-jekyll-theme
serve-production serve-production
- Builds and serves your website in 127.0.0.1:4000 - Builds and serves your website in 127.0.0.1:4000

View file

@ -1,4 +1,4 @@
#!/usr/bin/ruby #!/usr/bin/env ruby
require 'yaml' require 'yaml'

View file

@ -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 # Script to help you get the latest bug fixes and features from the development repository

View file

@ -1,4 +1,4 @@
#!/usr/bin/ruby #!/usr/bin/env ruby
require 'date' require 'date'