-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change python file based config to Json config. #20
Comments
Hmm... Something like changing |
Use Dictionaries could be a good idea. |
Easier to use with Python. Better than JSON files. Jekyll uses YAML, which is Ruby non-native but has a pretty good perfomance on it. Also is fully userfriendly and readable. |
May be use Yaml can be better. For posts metadata i use Markdown-yaml so can be a good option. |
closed for #32 |
This can be a good feature; because the configuration can be more readable and it can be exportable.
The text was updated successfully, but these errors were encountered: