Skip to content

terminaldweller/blog

Repository files navigation

Codacy Badge

Blog

It's the source code for my blog.
You find the live instance here
You also can use the RSS feed to get notified of when there are new posts.

How it works

The blog post data is being kept in a mongodb instance so if we need anything we get it from there.
The process of adding posts is manual.
The blog has RSS functionality.
You can list all posts that have the same tag.
Our paths are static, we ask express to do the caching instead of something more explicit.