Logs for #nikola for 2016-11-29

00:35:13 <eiserne_ketten> hi, is there a way to mark images in nikola pages as open graph elements?
08:54:44 <eiserne_ketten> nm, found it in the docs
11:31:23 <ChrisWarrick> eiserne_ketten: What open graph elements? We have preview images that appear in meta.
12:01:08 <eiserne_ketten> ChrisWarrick: i was thinking of preview images, then noticed that there is a metadata field for that
15:25:39 <gour> if the (jinja) template contains something like: 'if foo_bar', it (in most cases) means there is config variable FOO_BAR in conf.py?
15:26:09 <ChrisWarrick> no
15:26:53 <ChrisWarrick> foo_bar might come from the global context, or be specific to a page, and conf.py variables are not always named the same as their global context entries
15:27:05 <ChrisWarrick> there are lots of things in local contexts that are not in conf.py
15:27:46 <gour> is there some API doc which could help when creating *new* themes?
15:28:14 * gour is thinking about base-jinja templates
15:29:20 <gour> ahh, there is theming-reference...let me see
15:31:24 <ChrisWarrick> What variable is it really?
15:32:19 <gour> none particularly, i want to get a 10000-feet how the themes are built
15:33:35 <gour> checked few ones and all were names the same, coming from conf.py. can you list some foo_bar which is present in base-jinja not coming from conf.py?
15:33:49 <ChrisWarrick> The simplest: `post` on any post page
15:34:32 <gour> ok, that one is self-illustrative :-)
15:36:15 <ChrisWarrick> If you were to look through any task plugins, you could probably see some more
15:36:53 <gour> ok. thanks 
21:48:07 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 2 new commits to generalization-of-taxonomies: https://git.io/v1Yvg
21:48:07 -GitHub[nikola]:#nikola- nikola/generalization-of-taxonomies a4ad4bd Felix Fontein: Allowing to set the variable name for the hierarchy on the overview page.
21:48:07 -GitHub[nikola]:#nikola- nikola/generalization-of-taxonomies c37a366 Felix Fontein: Allowing to put friendly names into metadata.