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