Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 2.74 KB

File metadata and controls

26 lines (25 loc) · 2.74 KB

SiteFab plugins

List of available plugins

Name Description dependencies
RSS RSS compute_full_post_url
Jsonld Generate a Jsonld object for each page based on its meta. compute_full_post_url
Format timestamp Add custom filter called format_ts that allows to format timestamp using standard strttime() syntax.
Frozen Images Create a frozen version of the images using gaussian blur. image_info, copy_dir
Read time Compute how long it will take to read a given post.
JS Posts Generate a javascript representation of the posts available in javascript via window.posts
Sort collections Sort collections by publication time to allow template to easily display post in chronological order.
str_to_list Transform a string into a list of character
Responsive Images Create responsive images by using the picture element and creating multiple resolutions images image_info, copy_dir, image_resizer
Directory copier Copy directories
Jsonld Collection Compute collection jsonld object. compute_full_collection_url
Image thumbnails Create images thumbnails. image_info, copy_dir, image_resizer
Related Posts Use LSI to compute related posts.
Image resizer Resize images that are above a given width image_info, copy_dir
Sitemap Generate a sitemap. compute_full_collection_url, compute_full_post_url
Collection full url Compute collections fully qualified URLs.
Image Info Compute various images metadata. copy_dir
Post full url Compute each post fully qualified URL and store it in the post.meta under full_url field.
Bibtex Compute Bibtex info for each publication based on its meta.
Search Generate the javascript needed to implement a local search.
Autocomplete Generate a trie that is used to add autocomplete in search box.