Commit Graph

33 Commits

Author SHA1 Message Date
5c2270bfad remove unnused functions. 2024-08-01 22:26:27 -04:00
193246c36d Add the posts to the repo. 2024-08-01 22:25:21 -04:00
a036cb76a2 Remove the database code, focus on flat file blog. 2024-08-01 21:08:46 -04:00
e0adc0e684 Refactor the post service. 2024-08-01 21:07:54 -04:00
d7c16c6763 Use HLJS, and add the Tomorrow theme. 2024-07-31 22:24:23 -04:00
5ea1aa9c5b Add some styles, use some post service methods for easily getting post data. 2024-07-31 22:02:55 -04:00
c035bfec8a Add the static assets directory and serve it. 2024-07-31 20:42:17 -04:00
57620a2404 Some reason the serveStatic isn't serving static. 2024-07-30 20:15:10 -04:00
ecbfbd31de Add a simple comment about some string wizardry 2024-07-28 19:57:01 -04:00
0a055c77dd Refactor the templates to use the right models. 2024-07-28 19:52:05 -04:00
0a138a608f Sort the post list 2024-07-26 22:41:59 -04:00
586ab0287b use right models in the templates 2024-07-26 22:33:31 -04:00
6e400f4263 Most all posts into memory at startup and render those on requests. 2024-07-26 22:31:09 -04:00
3c4be7f78f Start the repository model 2024-07-11 22:21:11 -04:00
908141aeff init the database and move posts into the sqlite database. 2024-07-11 21:37:12 -04:00
27e7c8f17b Add some development, services repository. 2024-07-11 20:27:55 -04:00
db484c0bb1 Get the post file service fleshed out 2024-07-09 21:44:52 -04:00
87fd7b129b Start building the post file service 2024-07-09 21:33:27 -04:00
5eb143ab4a Add the Post service code. 2024-07-08 22:12:48 -04:00
db3e79fd8f Re-organize the repository. 2024-07-08 21:37:25 -04:00
eeca7eaece Start adding some database code 2024-07-06 22:03:40 -04:00
a25655f28b Most the post namespacing around for post functions, add the post list to the homepage. 2024-07-04 22:13:39 -04:00
5167fc6ad5 Start dockerfile deployment code 2024-07-03 22:24:36 -04:00
d49cf2cc98 Add the site meta to the 404 page when looking for posts. 2024-07-03 22:19:37 -04:00
ac6dbb0fb4 Remove the template from the frontmatter. 2024-07-03 22:13:26 -04:00
448c7dad83 Add the meta to the context renderer 2024-07-03 22:13:04 -04:00
f25d9aed56 Add site meta to templates. 2024-07-03 21:48:29 -04:00
76066ddae1 Create meta tags components 2024-07-03 21:30:11 -04:00
a70e461a94 Update the models and and add a post reader module full of helper functions 2024-07-03 20:56:54 -04:00
79a0bf0f18 Start fleshing out how the site will actually function. 2024-07-03 20:18:40 -04:00
aafdaddc95 poorly render a post when running. 2024-07-02 22:59:25 -04:00
91b8c267e6 Start fleshing out the route of reading a post. 2024-07-02 22:52:56 -04:00
2e7b5da0f9 Start the blog 2024-07-02 22:35:01 -04:00