Skip to content

elipapa/elipapa.github.io

Repository files navigation

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

About

my personal website, not that i really needed one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published