Skip to content

0xdevalias/devalias.net

Repository files navigation

devalias.net

StackShare

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

Cheatsheet

  • Link to other posts
    • [other post]({% post_url 2017-01-01-other-post %})
  • Embed an image with jekyll-postfiles
    • create a folder under _posts named the same as your post's markdown file
    • add any images for your post there, along with the post's markdown file
    • use a relative markdown image tag to reference and embed the images
      • eg. ![a title or something](foo.jpg)
  • Embed a gist with jekyll-gist
    • {% gist foo/12345678901234567890 %}
  • Embed a tweet with jekyll-twitter-plugin
    • {% twitter https://twitter.com/rubygems/status/518821243320287232 %}