Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 941 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 941 Bytes

elipapa.github.io

my personal website, not that i really needed one.

Uses jekyll, poole and the hyde theme.

Hosted on Github Pages. Domain registered with iwantmyname

Notes to self

To update (as explained in the github docs): bundle update

To add a draft post: just drop a markdown file in _drafts

To preview locally: bundle exec jekyll serve

To preview locally, with drafts: jekyll serve --watch --drafts --baseurl

Publish your draft using jekyll compose:

$ bundle exec jekyll publish _drafts/my-new-draft.md
# or specify a specific date on which to publish it
$ bundle exec jekyll publish _drafts/my-new-draft.md --date 2014-01-24

To publish: commit locally and git push