Dave Smith-Hayes dsh
dsh pushed to main at dsh/slovocast 2024-12-14 14:21:50 +00:00
bc9997a817 Handle creating a channel.
dsh created branch feature-pages in dsh/blog 2024-12-12 02:00:59 +00:00
dsh pushed to feature-pages at dsh/blog 2024-12-12 02:00:59 +00:00
8482118f66 Start working on a pages feature.
dsh pushed to main at dsh/blog 2024-12-11 03:27:59 +00:00
d8e52ff150 Add the config dir to the docker build
dsh pushed to rss-feed at dsh/blog 2024-12-11 03:18:44 +00:00
d8e52ff150 Add the config dir to the docker build
dsh pushed to main at dsh/blog 2024-12-11 03:05:46 +00:00
582983f1b8 Fix the frontmatter in the posts.
dsh pushed to main at dsh/blog 2024-12-11 02:59:31 +00:00
a643ae2d30 Merge main for the posts.
c999e7feab Implement an RSS feed.
db0836a499 Work on the feed generator to use the PostService.
4c78f3f83e Add the post service to the middleware definition of the feed app, plan out how to get the feed. Cache the results.
e21de55d3f Keep the feed handler simple
Compare 9 commits »
dsh pushed to main at dsh/blog 2024-12-11 02:59:26 +00:00
32179cc1ab Add the draft for my javascript blog posts.
dsh pushed to rss-feed at dsh/blog 2024-12-11 02:57:59 +00:00
c999e7feab Implement an RSS feed.
dsh pushed to main at dsh/slovocast 2024-12-09 14:26:28 +00:00
b69b29e54a Use the Odan session start middleware
dsh pushed to main at dsh/slovocast 2024-12-09 03:01:06 +00:00
5cd30f6f10 remove debugging code.
dsh pushed to main at dsh/slovocast 2024-12-09 02:57:04 +00:00
79de277f2d Update composer, remove self-rolled flash messages, update the tests to see if they work (they fail)
dsh pushed to main at dsh/slovocast 2024-12-06 20:21:33 +00:00
5e4a2289a1 Add a flash manager but it still doesn't work properly on the twig templates.
dsh pushed to main at dsh/slovocast 2024-12-05 16:31:32 +00:00
c19cde193f Implement own flash messages interface and class.
dsh pushed to main at dsh/slovocast 2024-12-05 14:10:39 +00:00
d119e479f0 Add a navigation component.
dsh pushed to main at dsh/slovocast 2024-12-05 13:30:03 +00:00
2910b2e62f Use url_for wherever I can.
dsh pushed to main at dsh/slovocast 2024-12-04 03:05:51 +00:00
4d93592859 Probably need a way to serialize the domain data.
dsh pushed to main at dsh/slovocast 2024-12-04 02:59:00 +00:00
5b15aeea4e Use the url_for method, skeleton changes and dashboard fill out. Still not getting flash messages but am getting session data.
dsh pushed to main at dsh/slovocast 2024-12-03 15:57:56 +00:00
d45800cfc4 Avoid creating a new Twig instance, get it from the request set up in the middleware
dsh pushed to main at dsh/slovocast 2024-12-03 04:10:35 +00:00
f45c5a6551 Get rid of noise in docker logs for missing favicon from the app, reset documentation and try and figure out how to render templates globally