aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-27Adds new 404 imageHEADmasterIndrajith K L
2024-06-23Fixes => posts link pointed to wrong urlIndrajith K L
2024-06-23Fixing Partial rendering in prodution HTMX requestsIndrajith K L
2024-06-23Implements Blog Post ListingIndrajith K L
* Implements route for listing blogs grouped by date * Adds blog lists renderer macro * Code refactoring
2024-06-22Date Utils, Cosmetic and Implementation ChangesIndrajith K L
* Adds Utils method for formatting date * Adds Published at to the posts page * Adds new logo, removes font dependency * Renames Posts link to Blog
2024-06-21Adds sample envIndrajith K L
* Keys should be synched with local .env
2024-06-21Posts Handlers ChangesIndrajith K L
* Handles Empty posts * Move Strapi baseurl to ENV
2024-06-21HTMX and Strapi IntegrationIndrajith K L
* Re-integrates HTMX * Integrate STRAPI API * Adds endpoints for fetching posts * Adds HTMX area for loading recent posts
2024-06-21* Removes HTMX - Will be covering in the futureIndrajith K L
* Adds 404, about, contact, timeline * Updates layout - removes HTMX, cleanup macros * Update template renderer macro to accept page title
2024-06-21Adds Missing AssetsIndrajith K L
2024-06-21Basic Home Page ImplementationIndrajith K L
* Moves assets from old website * Basic layout based on old website * Move home page from old website
2024-06-20Adds Bare ServerIndrajith K L