Skip to content
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

Closed
zerasul opened this issue Mar 14, 2018 · 5 comments
Closed

Change python file based config to Json config. #20

zerasul opened this issue Mar 14, 2018 · 5 comments

Comments

@zerasul
Copy link
Owner

zerasul commented Mar 14, 2018

This can be a good feature; because the configuration can be more readable and it can be exportable.

@JuanjoSalvador
Copy link
Contributor

JuanjoSalvador commented Mar 14, 2018

Hmm... Something like changing settings.py by settings.json? If the problem is being more userfriendly, Python's dictionaries have the same synthax than JSON files.

@zerasul
Copy link
Owner Author

zerasul commented Mar 14, 2018

Use Dictionaries could be a good idea.

@JuanjoSalvador
Copy link
Contributor

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.

@zerasul
Copy link
Owner Author

zerasul commented Mar 15, 2018

May be use Yaml can be better. For posts metadata i use Markdown-yaml so can be a good option.

@zerasul
Copy link
Owner Author

zerasul commented Jul 7, 2018

closed for #32

@zerasul zerasul closed this as completed Jul 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants