aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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