module Jekyll
We have several sub-areas of Jekyll
namespaced things that are useful to know about.
-
Jekyll::Filters
- LiquidFilters
that are useful in rendering your HTML -
Jekyll::Tags
- LiquidTags
can be used to access certain internals in HTML -
Jekyll::Generators
-Generators
emit files at runtime, e.g. the hall of fame pages. -
Jekyll::GtnFunctions
- Generally miscellaneous Liquid Functions, could be refactored intoJekyll::Filters
andJekyll::Tags