- does not make use of any external database
- content is same every time the page is loaded.
- make use of database
- content is generated quickly and changes regularly
Jekyll is a Blog-Aware Static Site Generator written in Ruby
https://jekyllrb.com/
Jekyll is now up and running on http://localhost:4000, watch it change in realtime!
---
layout: post
title: "Welcome to Jekyll!”
date: 2017-02-09 12:43:18 +0100
categories: jekyll
---
The quick brown fox jumps over the lazy dog.
Liquid is an open-source template language created by Shopify and written in Ruby. It is the backbone of Shopify themes and is used to load dynamic content on storefronts..
{% if page.title == "Awesome Post" %}
This post is awesome!
{% endif %}
You can see the list of available Jekyll variables here: https://jekyllrb.com/docs/variables/