Go to file
2024-10-22 21:30:20 -04:00
config Add a Site TOML, the TOML parser, Feed generator, and a small test for parsing the site TOML. 2024-10-22 20:44:00 -04:00
posts Add a blog post about JS scope. 2024-10-09 21:17:08 -04:00
src Keep the feed handler simple 2024-10-22 21:30:20 -04:00
.dockerignore Work on the Dockerfile to run this application inside a container. 2024-08-07 20:46:34 -04:00
.editorconfig Start the blog 2024-07-02 22:35:01 -04:00
.env.sample Fix some of the blog post, get the container built, and remove config for the database. 2024-08-07 21:53:04 -04:00
.gitignore Fix some of the blog post, get the container built, and remove config for the database. 2024-08-07 21:53:04 -04:00
build.sh Fix some of the blog post, get the container built, and remove config for the database. 2024-08-07 21:53:04 -04:00
bun.lockb Add a Site TOML, the TOML parser, Feed generator, and a small test for parsing the site TOML. 2024-10-22 20:44:00 -04:00
Dockerfile Remove the expose port setting. 2024-08-11 21:15:12 -04:00
package.json Add a Site TOML, the TOML parser, Feed generator, and a small test for parsing the site TOML. 2024-10-22 20:44:00 -04:00
README.md Add more information to the todos 2024-10-09 21:56:27 -04:00
tsconfig.json Start the blog 2024-07-02 22:35:01 -04:00

davesmithhayes.com

This repository holds the code that deploys into the blog for Dave Smith-Hayes.

TODO

This is an unorganized list of the features left for the blog.

  • Pages Handler
    • Renders Markdown pages into HTML pages
  • Dynamic Navigation
  • Blog Roll
    • List of blogs I have read and liked
  • External Links
    • Links to my git, music, other things
  • RSS Feed
  • robots.txt
  • Site map
  • Images on posts and pages