/blog

The source code for my blog.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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.