Theming tool for Fipamo.
Find a file
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
data Updating files and added php formatting 2022-10-21 13:35:12 -07:00
engine Removed NPM from build process 2023-04-06 15:57:19 -07:00
src/themes/theme-fipamo-default/fipamo-default Removed NPM from build process 2023-04-06 15:57:19 -07:00
.eslintrc defined default assets and pages 2020-05-07 12:15:11 -07:00
.gitignore Removed NPM from build process 2023-04-06 15:57:19 -07:00
.php-cs-fixer.php Updating files and added php formatting 2022-10-21 13:35:12 -07:00
.prettierignore respeced class imports to follow psr-4 standard 2022-03-18 14:04:48 -07:00
.stylelintrc Added stylelint for pure css 2022-10-21 16:08:39 -07:00
composer.json Removed NPM from build process 2023-04-06 15:57:19 -07:00
composer.lock updated composer dependecies 2023-01-19 00:10:34 +00:00
config.json.default Removed NPM from build process 2023-04-06 15:57:19 -07:00
index.php Updating files and added php formatting 2022-10-21 13:35:12 -07:00
README.md updated templates for dynamic rendering, update readme 2022-02-05 23:42:16 +00:00

Fipamo Theme Kit

So in the course of making Fipamo, the need arose to make a thing that made making and editing themes a bit easier. HENCE THE CREATION OF FTK.