Commit graph

15 commits

Author SHA1 Message Date
ro
a5583debbd
page rendering, part 1
to complete page rendering, the default theme needed to be converted to
use blade templating. rather than update the theme kit as a seperate
progress, it will be integrated into this codebase so themes can be
developed and tested in app.

the basics for the theme kit are in place, so now conversion of the
defualt theme can be completed.

once the that is done, it can then be used to complete the rendering
engine to export HTML files
2024-03-14 16:58:11 -06:00
ro
177f29802b
added page repository and interface
plugged in classes for a page repository to handle editing and
retrieving page content and an interface class for the controller to talk to to
keep the methodoloy seperate from the controller to keep it all clean

now whatever changes that need to be made won't bother the controller
because it will always be looking for the same functions. super sweet
2024-03-05 13:27:27 -06:00
ro
a748b2c098
Added Auth and Settings service class
Plugged in a basic auth classs for verifying members and a setting class
to retrieve site settings and return necessary info.

Very bare bones to start just to get it working and prep for the
additional features
2024-03-01 13:34:36 -06:00
ro
45f857e9b8
The Big Flip
Removed the Slim Framework from the codebase and installed the latest
Laravel version to be the new foundation for the project moving forward.

Code from the old version will now be ported to the new version.
2024-02-29 11:09:17 -06:00
Ro
35c780bba6 added dynamic page rendering for index, archives, tages and blog pages 2021-11-02 16:19:03 -07:00
Ro
a1932e1a24 added missing eternal API toggle to settings template 2021-08-02 13:06:59 -07:00
Ro
b98707bb0d install site activated, fixed large image upload issue(php setting), fixed page indexing 2021-04-23 20:54:56 -07:00
Ro
083faa7c1d removed config files 2021-03-29 13:37:34 -07:00
Ro
0ea15ae4b2 added custom session manager, moved index to safe directory 2021-03-28 15:22:00 -07:00
Ro
3617565210 new scaffolding set up 2020-11-17 14:27:25 -08:00
Ro
05ff48a51c begin transition to php environment for rebuild 2020-11-11 15:22:58 -08:00
Ro
d536871fd4 added pages config json(may not need), synced editor to markdown metadata, resolved new asset dependency paths 2019-11-23 10:30:34 -08:00
Ro
006c01f39e restructed cotent folders, removed assets that automatically from repo 2019-11-10 12:52:30 -08:00
Ro
46f2bcf1ec moved config, nav updates on page status change in post editor 2019-01-14 11:39:32 -05:00
Ro
c2de21b9b1 added db migration functionality, added published and featured to post data model 2018-11-09 12:44:13 -05:00