-
Notifications
You must be signed in to change notification settings - Fork 56
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
Json data model #27
Comments
And maybe an RSS generator? In this way, users don't need a github account to stay updated. |
Nice idea! |
All good ideas, i would suggest using YAML instead of json, it is shorter, more readable and easier to edit. You can see an example in https://github.com/starbelly/erlang-companies/blob/master/src/_data/companies.yml, they use it to generate a GitHub page |
Never used YAML before. Can you write the script to create the readme.md at least? |
I like the idea of using YAML instead of json it is more readable for humans |
We use YAML in this website: https://www.videojuegoscuba.org/ Here the repo: https://github.com/GameDev-Cuba/creadores-cubanos-videojuegos-website Baiscally, it uses a static site generator. BTW, that site was inspired by this one 😉 |
I added a new branch were the data is stored in a json file and from it we generate the readme.md file
The idea is also generate a GitHub page with this data to get more visibility .
Ideas?
The text was updated successfully, but these errors were encountered: