Fixes #129
This commit is contained in:
parent
789e21ae63
commit
c83ea8f276
5 changed files with 15 additions and 12 deletions
|
|
@ -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