Commit Graph

22 Commits

Author SHA1 Message Date
Belle Aerni ebb0fce492
Bump AntLoader to version 2 (#46)
* Bump AntLoader to version 2

* Whoops - I forgot about the tests

* Oh yeah, cron.

Note to self: turn the autoloader into an individual file that can be included by the tests / cron file so I don't need to update 3 of them manually
2023-05-27 02:14:33 -07:00
Belle Aerni b31e88a428
Move to using AntLoader (#38)
* Move to using AntLoader

* Update composer lockfile

I fixed the wrong classname in AntLoader

* Update tests

* It works!

* Use AntLoader 1.0.0
2023-05-04 19:36:15 -07:00
Belle Aerni cba9f71f78 Lazy load images 2023-02-25 04:32:07 -08:00
Belle Aerni ecf94d36da Removed the keyword generator
It didn't really work, added a bunch to the overall file size, and computer-generated keywords just won't compare to human created ones, unless you're to use AI or a particularly advanced algorithm, which I feel is outside the scope of the project.

I've left the class in place, so if needed, it'll be really easy to add it back
2023-01-19 18:01:03 -08:00
Belle Aerni 612adb5a17 Revert "Use the official twig StringLoaderExtension"
This reverts commit b2036b765f.
2023-01-18 22:05:50 -08:00
Belle Aerni b2036b765f Use the official twig StringLoaderExtension
Not sure how I missed the fact that this exists, but let's use it instead of an unofficial extension
2023-01-18 22:02:33 -08:00
Belle Aerni b8956614b0 Add nyholm/psr7 2023-01-14 02:44:13 -08:00
Belle Aerni c5b999294b Added embed extension for markdown 2023-01-14 02:38:20 -08:00
Belle Aerni 3353be4920 Replaced my homebrew keyword generator
It now uses the one found here: https://github.com/Donatello-za/rake-php-plus
This is much better than the one I had hacked together.

Makes AntCMS a bit bigger.. but not by too much. I may end up removing the keyword generator outright, but for now I'm going to keep it.
2023-01-14 00:49:21 -08:00
Belle Aerni 325221f527 Quick run with Rector 2023-01-12 00:20:13 -08:00
Belle Aerni 36ab96bf8c Added some info to composer.json 2023-01-11 21:09:36 -08:00
Belle Aerni 016103f7cd Updated readme, moved minimum PHP ver to 8.0 2023-01-10 18:50:10 -08:00
Belle Aerni fa1d942d4e Started to migrate to twig 2023-01-09 12:50:11 -08:00
Belle Aerni e09d4ca60d Experimenting with unit tests 2023-01-08 23:43:17 -08:00
Belle Aerni 1dc25e2d32 Move from php-markdown to commonmark
Better maintained, much more popular, supports GH style markdown.
Also added an emoji plugin for it so we don't have to maintain our own list of them.

Unfortunately, moving this does nearly double the size of AntCMS, but it's a worthwhile tradeoff
2023-01-08 22:01:05 -08:00
Yağızhan 5670529b11 Adjusting Tailwind config 2023-01-07 13:44:03 +03:00
Belle Aerni 28ca1b87e4 Add PHPStan 2023-01-06 18:25:28 -08:00
Belle Aerni 7ab664e18f Automated page list generation 2023-01-06 16:16:11 -08:00
Belle Aerni ba585f7616 Initial config support + force HTTPs 2023-01-06 14:17:33 -08:00
Belle Aerni d6e4338689 Created an autoloader 2023-01-06 13:40:02 -08:00
Belle Aerni 02919b797f Initial support for theming 2023-01-05 23:43:31 -08:00
Belle Aerni 23b05394b4 Created a skeleton of the app 2023-01-05 20:01:00 -08:00