This is the Jekyll source for http://www.devalias.net/
Feel free to create an issue/pull request for any typo's/bugs you might find :) <3
To get started quickly, use the following commands:
./bin/serve
or ./bin/serve-drafts
(includes drafts)./bin/build
./bin/deploy
jekyll draft "Name of Post"
./bin/serve-drafts
or jekyll serve --incremental --drafts
./bin/publish ./_drafts/post-name.md
or jekyll publish ./_drafts/post-name.md
_posts
directory, making it a published post (though it won't be built or deployed automatically).jekyll unpublish ./_posts/post-name.md
_posts
directory back to the _drafts
directory, making it a draft again.[other post]({% post_url 2017-01-01-other-post %})
_posts
named the same as your post's markdown file![a title or something](foo.jpg)
{% gist foo/12345678901234567890 %}
{% twitter https://twitter.com/rubygems/status/518821243320287232 %}
./bin/outdated