Logs for #nikola for 2023-01-03

02:34:33 <x1101> Hello. I'm back with another silly idea/question. 
02:37:16 <x1101> What I'd like to do is add _some amount_ of metadata to the existing new_post block. But, I'd prefer not to fork/rewrite the whole new_post plugin. 
02:37:35 <x1101> Basically, looking to add new fields here: https://github.com/getnikola/nikola/blob/master/nikola/plugins/command/new_post.py#L360
02:38:28 <x1101> Right now, what I do is _ugly_. I do a new_post, include a template file with -i template.md, and them manually merge that temlate into the header at the appropriate place. 
02:42:57 <x1101> I'm hoping to deprecate my rss_ogg plugin and make something both more generic (since there's nothing _special_ about an rss for ogg files, other than I needed one for mp3 and one for ogg) and replace it with one that wraps up all the "podcast" things I'm doing, and propperly uses options from conf.py. To do that, I'd like to be able to configure a variable number of enclosure/enclosure_length vars
02:42:58 <x1101> into the metadata (this already seems to work, as I'm doing it manually as noted ^^) along with parameterizing the URL's required, and general cleanup. 
18:51:05 <ChrisWarrick> x1101: https://github.com/getnikola/nikola/blob/master/nikola/plugins/command/new_post.py#L405
20:00:01 <x1101> I did see that, but looking at it again, I think i was using it wrong. 
20:00:30 <x1101> If that works out (and, I think it should?), that will simplify things significantly.