fipamo/content/themes/fipamo-default-v2
ro ceeb4a2573
page routing rework
routing needed more nuance than what was possible in the web routing
controller, so a new RouteContoller was created to identify requests and
then sending them to the correct controller to get the appropriatie page

this was necessary because routing the previous was erroring out because
when the system was looking for pages to display with dynamic page
creation it would get confused with prexisting routes and choose to
display whatever the Start Controller was capturing, ignoring routes
defined in the web controller.

but that's been cleaned up without having to re-write everything and
continues to use existing controllers
2024-05-06 13:37:26 -06:00
..
assets page routing rework 2024-05-06 13:37:26 -06:00
includes default theme clean up 2024-04-23 13:41:41 -06:00
archive.blade.php converted page, archive and tags files 2024-03-15 14:28:26 -06:00
base.blade.php default theme clean up 2024-04-23 13:41:41 -06:00
index.blade.php converted index template to blade 2024-03-14 20:03:46 -06:00
page-custom.blade.php intergrated the fipamo theme kit 2024-04-25 15:03:06 -06:00
page.blade.php default theme clean up 2024-04-23 13:41:41 -06:00
tags.blade.php implemented render engine 2024-03-18 16:14:17 -06:00
theme.json added settings page 2024-03-19 13:19:27 -06:00