Fixes #129
This commit is contained in:
parent
789e21ae63
commit
c83ea8f276
5 changed files with 15 additions and 12 deletions
|
|
@ -1,11 +1,11 @@
|
|||
In alphabetical order:
|
||||
|
||||
1. Jorge Arias <mail@jorgearias.cl>
|
||||
2. Jose Zamudio <jose.zamudiobarrera@postgrad.manchester.ac.uk>
|
||||
3. Kartik Arora <chipset95@yahoo.co.in>
|
||||
4. Marcus Eisele <marcus.eisele@gmail.com>
|
||||
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) <fzf.villanueva@gmail.com>
|
||||
2. Jorge Arias <mail@jorgearias.cl>
|
||||
3. Jose Zamudio <jose.zamudiobarrera@postgrad.manchester.ac.uk>
|
||||
4. Kartik Arora <chipset95@yahoo.co.in>
|
||||
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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/ruby
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
require 'yaml'
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/ruby
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
require 'date'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue