Theming tool for Fipamo.
Find a file
are0h 9708968f35 Added stylelint for pure css
Starting the process of moving away from using pre-processors, so I
added some stylelinting that will keep my pure css tight while still
using prettier for formatting.
2022-10-21 16:08:39 -07:00
data Updating files and added php formatting 2022-10-21 13:35:12 -07:00
engine Updating files and added php formatting 2022-10-21 13:35:12 -07:00
src/themes/theme-fipamo-default Updating files and added php formatting 2022-10-21 13:35:12 -07:00
.eslintrc defined default assets and pages 2020-05-07 12:15:11 -07:00
.gitignore updated template to handle file, style fixes 2022-03-20 14:58:27 -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 respeced class imports to follow psr-4 standard 2022-03-18 14:04:48 -07:00
composer.lock flipped kit to php, built class for basic routing, updated archive template to twig 2021-04-20 19:20:42 -07:00
index.php Updating files and added php formatting 2022-10-21 13:35:12 -07:00
package-lock.json Added stylelint for pure css 2022-10-21 16:08:39 -07:00
package.json Added stylelint for pure css 2022-10-21 16:08:39 -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.