Skip to content

Content provider for my personal timeline, blog and portfolio hosted at https://wannabemrrobot.web.app. (Typical static backend)

Notifications You must be signed in to change notification settings

wannabemrrobot/daily-progress

Repository files navigation

@wannabemrrobot

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.

cron@daily page

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.

posts page 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.

theme example