Notes on jekyll
This page contains information related to the jekyll static site creation tool. jekyll is used to create this site.
Templating
The liquid templatinglanguage is the language used to give HTML files programmability. It uses a series of inline tags combined with variables and control statements to make HTML files more maintainable.
array filters can be used to process collections.
The global and site variables available jekyll are documented here. These variables can be referenced in an HTML template.
Configuration
The frontmatter at the beginning of a markdown page uses YAML syntax.
Data Files
How to work with datafiles.
Org Mode/ git
This site shows how to use org-mode to create markdown files.
How to deploy jekyll using git.
Source Code Highlighting
GNU source-highlight is used to highlight the source code.