Welcome To Jekyll | Apps by Alex Beaty

Apps by Alex Beaty

Showcase for my portfolio and service for the Apps that I build and maintain, such as Mancala Fantasy - Online

Welcome To Jekyll

Tags: jekyll ,

Today I installed Jekyll, a static website builder that uses Markdown, HTML, CSS and Liquid. I’m looking forward to making my first website as the service page for my first iOS app, Mancala Fantasy - Online

I set up Ruby, Gems, and Jekyll. I also set up a GitHub Pages repo which will not only store the “source code” files that I make, but it will host my website from the files generated by Jekyll. In other words, I can write my webpages in markdown, and Jekyll will convert them to html. I can write the html myself too along with any custom css or javascript files, and Jekyll will incorporate those as well. But the really cool thing is using Liquid in these files to create conditional statements that Jekyll will compile into html for the final product. From the creation standpoint, this really turns a ‘static’ website into one that is ‘dynamically’ generated.

I am going to leave default post below for posterity:


Jekyll also offers powerful support for code snippets:

  def print_hi(name)
    puts "Hi, #{name}"
  end
  print_hi('Tom')
    #=> prints 'Hi, Tom' to STDOUT.

Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll Talk.

Scroll to top tarzipsource code