Commit Graph

13 Commits

Author SHA1 Message Date
Jonathan Nielson 1d7082b2f6 Fix: Make Article factory correctly break new lines 2024-08-04 12:38:03 -05:00
Jonathan Nielson 6b1d289506 Fix: Make the slug of an Article unique 2024-08-04 12:35:22 -05:00
Jonathan Nielson 0f2fb26651 Feat: Define basic mardown-to-markup functionality including factories 2024-08-04 12:32:32 -05:00
Jonathan Nielson 2b677ef1e5 WIP: Get very basics of recent articles page 2024-08-03 23:50:42 -05:00
Jonathan Nielson d91b49275f Feat: Add factories and basic seeder 2024-08-03 23:49:42 -05:00
Jonathan Nielson d7886ae9b5 Feat: Include HTMX as a local file 2024-08-03 23:48:20 -05:00
Jonathan Nielson 8d12ba96a4 Feat: Improve README.md to have installation instructions 2024-08-03 23:47:00 -05:00
Jonathan Nielson b1fb5f09b7 Feat: Add `Article` and `Author` Models and migrations
The `Author` model relates to the pre-defined `User` model and the two
new models relate to each other as expected.
2024-02-04 20:36:25 -06:00
Jonathan Nielson 229caa9614 Chore: Cleanup sample .env to just what I expect to use 2024-02-04 19:09:36 -06:00
Jonathan Nielson 4a36012276 Feat: Swap the template page for the stub of a home page
Also add a new config file (`blog.php`) for specifying blog (read:
not-application) configuration items, like the display name.
2024-02-04 18:52:19 -06:00
Jonathan Nielson 0657aba732 Feat: Remove Javascript (and love it) 2024-02-04 18:39:04 -06:00
Jonathan Nielson 721f44a5f2 Feat: Reset the README.md to only stub project info 2024-02-04 18:31:37 -06:00
Jonathan Nielson 6ea70a9df0 Initial Commit 2024-02-04 17:42:51 -06:00