Commit Graph

22 Commits

Author SHA1 Message Date
Jonathan Nielson 4954d8c389 fix: correct writer login page to be guest layout 2025-03-23 14:34:28 -05:00
Jonathan Nielson ebcdf7e324 feat: add links from homepage to individual articles 2025-03-19 17:08:56 -05:00
Jonathan Nielson a9155b413f fix: limit articles shown at homepage to published articles only
This also improves the published_at generation logic for articles
within the ArticleFactory.
2025-03-19 16:52:49 -05:00
Jonathan Nielson 62a9279603 feat: display ten most-recent articles on homepage 2025-03-19 16:40:54 -05:00
Jonathan Nielson e8188c28bb feat: add nav to writer section with functional logout 2025-03-19 16:30:54 -05:00
Jonathan Nielson 89ce206d23 Feat: Get basic live-preview article working with HTMX 2024-08-16 17:46:59 -05:00
Jonathan Nielson a63063acf7 WIP: Article Editor with live previewer 2024-08-04 17:53:04 -05:00
Jonathan Nielson d2d75d2efb WIP: Semi-complete authentication including several writer view stubs 2024-08-04 16:38:41 -05:00
Jonathan Nielson e7c08e989a WIP: Add basic Neumorphic design and organize blades 2024-08-04 14:09:28 -05:00
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