Commit graph

11 commits

Author SHA1 Message Date
are0h
a70bb7b2b0 Theme folder clean up
Cleaned up the themes folder since it did not need the additional folder
depth to manage bundled scripts anymore. Updated the theme engine
accordingly.
2023-04-06 20:07:02 -07:00
are0h
0799250b8e Removed NPM from build process
The base theme needs to be vanilla so it's easy to get going, so npm
dependecies have been removed so the base script is pure JS.

Also created an example config that will tell the system what theme it
should be rendering for development.

Updated the composer script to start a local php server for development.
2023-04-06 15:57:19 -07:00
are0h
5b3844b196 CSS Overhaul
Styling was a bit stale, so I ovehauled them to use native CSS,
eliminating the need for pre-processors.

The overall framework was old and convoluted so that needed to be
updated to streamline how styles are being applied.

There's still some work to do but the base is so much cleaner now.
2022-10-31 16:07:19 -07:00
Are0h
79fbc2437f re-organized test data, added basic slider for media 2022-03-17 17:28:08 -07:00
Are0h
5dbaebcdf6 updated templates for dynamic rendering, update readme 2022-02-05 23:42:16 +00:00
Are0h
dbe74e13ca removed hardcoded theme paths in templates 2022-02-05 23:27:02 +00:00
Are0h
ca843773cd fixed meta image in header 2021-04-27 02:15:40 +00:00
Are0h
1c9f434eb2 tweaks so the templates match changes made for rendering 2021-04-22 16:03:48 -07:00
Are0h
d92d888fca converted page template to twig, plugged nav, streamlined render class 2021-04-21 13:42:23 -07:00
Are0h
acf2f6e86c cleaned up fake data file, convereted index template to twig 2021-04-20 23:14:49 -07:00
Are0h
8e5eaf4e34 flipped kit to php, built class for basic routing, updated archive template to twig 2021-04-20 19:20:42 -07:00