Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/terminaldweller/blog

The source code for my blog.
https://github.com/terminaldweller/blog

bun expressjs helmetjs highlightjs markdown-it mongodb mongoosejs nodejs pugjs rss-feed

Last synced: 6 days ago
JSON representation

The source code for my blog.

Awesome Lists containing this project

README

        

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/fd49b1a14156479492bf414fdde868bd)](https://www.codacy.com/gh/terminaldweller/web/dashboard?utm_source=github.com&utm_medium=referral&utm_content=terminaldweller/web&utm_campaign=Badge_Grade)

# Blog

It's the source code for my blog.

You find the live instance [here](https://blog.terminaldweller.com)

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.