Showdata Shortcode
Jake G May 04, 2021 #Features #Data #ShortcodesThe showdata
shortcode can load and display data from an external source via Zola's load_data() function.
These are the parameters, currently all 3 are required.
src
path or url to file (if url, must include the http(s):// prefix).type
the type of file to load. (supported types)key
the field in the data that you want to display.
Usage
This theme requires version {{ showdata(src="https://raw.githubusercontent.com/Jieiku/abridge/master/theme.toml" type="toml" key="min_version") }} or later of Zola.
Output
This theme requires version 0.18.0 or later of Zola.