generate homepage from projects.json more directly
Closed this issue · 1 comments
kleutzinger commented
right now we pull from https://raw.githubusercontent.com/kleutzinger/kleutzinger.github.io/master/site-generator/generated/kevbot.xyz.contents.lr
I think it would be better to
- pull projects.json (similar to above)
- have the logic for assembling the homepage inside this repo
Considerations:
I'd like to autommit changes to contents.lr but I have to think about how i want that to happen. maybe i could bring back a gh action? or somehow make it part of the cronjob? or just track changes in projects.json itself and not worry much about the tracking here.
kleutzinger commented
closed by e508add
still some of the considerations to think about