godfat / logi

Highly customizable static blog/wiki generator
Apache License 2.0
5 stars 0 forks source link

impossible to configure titles for each posts #2

Open caasi opened 11 years ago

caasi commented 11 years ago

Other static site generators use yaml to pass extra informations to layouts, will logi use any similar mechanism?

godfat commented 11 years ago

For now, the title name is the file name. I haven't got a good idea to pass metadata, for example, what about post date? File created time? Look through git history? (if the author puts his blogs under git)

Personally, I don't like a separate config file. So if we could solve this the other way...

caasi commented 11 years ago

File created time? Look through git history? (if the author puts his blogs under git)

It reminds me wheat, never really read its code though :/

godfat commented 11 years ago

I decided to introduce a meta directory to put metafiles for posts now. Since we need to store a checksum to avoid compiling the same files over and over again anyway...