Simple, easy to host nodejs application that allows making basic blog posts via markdown files. Intended for https://blog.violets-purgatory.dev !!
Find a file
2024-07-06 22:31:20 -05:00
.dockerignore oops 2023-12-28 18:40:28 -06:00
.gitignore Organize backend 2024-07-06 21:56:39 -05:00
api.js obliterate 2024-07-06 22:26:22 -05:00
Dockerfile Docker! Less CSS bloat 2023-12-28 17:55:39 -06:00
exposer.js obliterate 2024-07-06 22:26:22 -05:00
fileManager.js Organize backend 2024-07-06 21:56:39 -05:00
index.js obliterate 2024-07-06 22:26:22 -05:00
LICENSE Initial commit 2023-12-22 16:25:59 +00:00
package-lock.json obliterate 2024-07-06 22:26:22 -05:00
package.json obliterate 2024-07-06 22:26:22 -05:00
README.md Completely new UI 2024-03-03 16:17:15 -06:00

Violet's Limbo

Violet's Limbo is my own blog posting software, not made for commercial use.

How does it work?

Within data.json, I can specify the title & path of posts (more planned in the future) in an array, and the order of the posts is based on the order of the elements in the array. Janky? Yes. Functional? Yes!

To-Do

  • Fix the css on list elements (like these lol)
  • Allow pinning of posts (like this one)
  • Add table of contents to posts