Dive into Jekyll / Liquid

  • to process file it should:
    • have extension .md or .html
    • start from
      ---
      layout: post
      title:  "Jekyll Liquid"
      date:   2024-03-02 11:00:01 +0200
      tags:   [ruby, jekyll, blog]
      ---
      
  • predefined variables - here
  • liquid syntax - here
  • inject a variable Jekyll Liquid == Jekyll Liquid
  • ??? available layouts in _layouts
    • default
    • home
    • page
    • post
  • we can see what we have in gem:
    bundle info minima
    
  • ??? available css classes
  • setup tagging here and here