benxu 0.1.0

Joins a variety of components together to create a blog with a set of static pages.
benxu-0.1.0 is not a library.

Server crate for marshalling and unmarshalling information between the blog-db and blog-client crates as well as serving a set of static pages.

This utilizes the following path structure:

  • / -> Home pagea and other static pages are attached here. See the [fixed] module for more information.
  • /blog/* -> Blog related information. See the [blog] module for more information.
  • /public/* -> All static resources for the site. These are served from ./public/ using the [StaticFiles] module.