Repository that contains content for the blog and timeline in @wannabemrrobot
This folder contains markdowns corresponding to every day progress details of me. The webapp fetches the timeline.json and iterates over it to display the details in a timeline view.
This folder has files that are primarily markdown and contains the contents for the posts on the blog. The app fetches the posts.json to get a list of posts objects which then contains the url of the actual blog post.
Themes folder contains [theme].jsons which has CSS variables for the styling of the webapp. These json files are fetched by iterating through the themelist.json which then is used to change the app theme at runtime.