disseminate/README.md

42 lines
1.6 KiB
Markdown
Raw Normal View History

2024-03-27 19:53:47 +01:00
<h1 align="center">Disseminate</h1>
2024-03-31 14:08:30 +02:00
<div style="margin:auto;" align="center">
<a href="https://www.buymeacoffee.com/hexlocation" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;"></a>
2024-04-04 09:14:43 +02:00
<a href="https://ci.hexloc.me/repos/2/branches/stable" target="_blank">
<img src="https://ci.hexloc.me/api/badges/1/status.svg?branch=stable" alt="status-badge" />
2024-03-31 14:08:30 +02:00
</a>
</div>
2024-03-31 13:56:18 +02:00
2024-03-27 19:09:53 +01:00
## A short introduction.
2024-03-27 20:00:50 +01:00
*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.
2024-03-29 08:32:00 +01:00
## State of Project
Disseminate is a work-in-progress. While the code is there, it is not recommended to run this in production yet.
2024-03-27 20:00:50 +01:00
## Opening an issue.
2024-06-03 07:58:43 +02:00
Registrations are open again! Unfortunately however, i have to manually accept each account.
Please contact me via:
2024-03-27 20:00:50 +01:00
* email (hex@clatter.cc)
2024-06-03 07:58:43 +02:00
* matrix (@hex:penhub.nl)
2024-03-27 20:00:50 +01:00
* telegram (@inimitableX)
2024-06-03 07:58:43 +02:00
* discord (@hex.maybe)
to get your account accepted.
2024-03-29 08:32:00 +01:00
## To-do
- [x] Server-side parsing.
- [x] Docker build system.
2024-03-29 14:17:03 +01:00
- [x] Proper metadata (title, date etc).
2024-06-03 07:58:43 +02:00
- [x] **Automated** prebuilt docker images.
- [ ] Caching for faster load times.
2024-06-03 07:58:43 +02:00
- [ ] Alternative frontend (solution)? (EJS is pretty primitive!)