zola/components
Renato Caldas 2673466998 Add bibtex support to load_data() (#1190)
* Add support for loading Bibtex data.

* Add load_data() documentation for the bibtex format

* Force bibtex tags to be lower case.

Bibtex tags are case-insensitive, and this works around tera's case-sensitiveness.

* Improve the load_data() documentation for the bibtex format
2020-12-14 20:43:31 +01:00
..
config Implemented emoji aliases support in markdown files (#1194) 2020-12-14 20:43:31 +01:00
errors Fixed unsound errors (#1143) 2020-08-20 19:51:17 +02:00
front_matter Make sections draftable (#1218) 2020-12-14 20:43:31 +01:00
imageproc Update image to 0.23 2020-02-10 20:48:52 +01:00
library Allow to specify default language in filenames (#1233) 2020-12-14 20:43:31 +01:00
link_checker Update changelog 2020-12-14 20:43:31 +01:00
rendering Implemented emoji aliases support in markdown files (#1194) 2020-12-14 20:43:31 +01:00
search Making Chinese and Japanese search indexing optional... (#1115) 2020-08-07 17:03:51 +02:00
site Update changelog 2020-12-14 20:43:31 +01:00
templates Add bibtex support to load_data() (#1190) 2020-12-14 20:43:31 +01:00
utils Replaced all impl Default with derive(Default), where possible (#1141) 2020-08-19 12:25:54 +02:00