Skip to content

florazeph/devalias.net

 
 

Repository files navigation

devalias.net

StackShare

This is the Jekyll source for http:https://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 %}

About

Source for devalias.net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • CSS 39.8%
  • HTML 30.3%
  • JavaScript 12.9%
  • SCSS 8.9%
  • Ruby 7.4%
  • Makefile 0.4%
  • Shell 0.3%