No description
Find a file
hex (asiago) bcb3d3ee3b waah
2024-06-03 10:13:11 +02:00
data.template streamline the deployment process, and cleaning shit up! 2024-03-30 16:33:59 -04:00
scripts waah 2024-06-03 10:13:11 +02:00
src add static file support (quick express thing) 2024-06-03 08:14:41 +02:00
.gitignore revive ci 2024-04-01 22:08:11 +02:00
.woodpecker.yaml ifx this works... 2024-04-04 09:10:14 +02:00
docker-compose.yml streamline the deployment process, and cleaning shit up! 2024-03-30 16:33:59 -04:00
Dockerfile waah 2024-06-03 10:13:11 +02:00
package-lock.json WOHOO actual dev scripts now 2024-03-29 15:12:14 -04:00
package.json streamline the deployment process, and cleaning shit up! 2024-03-30 16:33:59 -04:00
README.md Update README.md 2024-06-03 07:58:43 +02:00
tsconfig.json WOHOO actual dev scripts now 2024-03-29 15:12:14 -04:00
yarn.lock WOHOO actual dev scripts now 2024-03-29 15:12:14 -04:00

Disseminate

A short introduction.

Disseminate is a blogging platform designed to be lightweight, easy to use & powered by Markdown. It stems from an issue i've come across, where no blogging platform i could find was:

  • easy to deploy.
  • has fast loading times.
  • simple enough for my -10 iq brain.

State of Project

Disseminate is a work-in-progress. While the code is there, it is not recommended to run this in production yet.

Opening an issue.

Registrations are open again! Unfortunately however, i have to manually accept each account. Please contact me via:

  • email (hex@clatter.cc)
  • matrix (@hex:penhub.nl)
  • telegram (@inimitableX)
  • discord (@hex.maybe)

to get your account accepted.

To-do

  • Server-side parsing.
  • Docker build system.
  • Proper metadata (title, date etc).
  • Automated prebuilt docker images.
  • Caching for faster load times.
  • Alternative frontend (solution)? (EJS is pretty primitive!)