SohanChy / Lipi

A simple static blog generator.
http://sohanchy.github.io/Lipi
MIT License
130 stars 15 forks source link

Support for YML config files #11

Closed ergonlogic closed 6 years ago

ergonlogic commented 6 years ago

I prefer to use YAML as a Hugo config format, but Lipi appears to assume TOML:

java.nio.file.NoSuchFileException: /Users/ergonlogic/code/www.aegirproject.org/config.toml[...]

SohanChy commented 6 years ago

As mentioned on the homepage, Lipi only supports TOML config files at the moment, and since there are some technical hurdles due to the complexity involved in parsing YAML, there are no plans to support that format any soon. Sorry :(