disseminate/README.md
hexlocation's laptop (asiago) 25460caba3 fix 2 [ci skip]
2024-03-31 07:20:38 -04:00

47 lines
1.6 KiB
Markdown

<a href="https://buymeacoffee.com/hexlocation"><img align="center" src="https://cdn.hexloc.me/banner.png" width="400" height="200"></a><br>
> disseminate: latin for the **distribution** of knowledge.
<h1 align="center">Disseminate</h1>
<a id="thing" href="https://ci.hexloc.me/repos/1/branches/stable" target="_blank">
<img id="imgcont" src="https://ci.hexloc.me/api/badges/1/status.svg?branch=stable" alt="status-badge" />
</a>
## 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 currently disabled on our *(clatter)* forgejo instance. In the future, we hope to re-enable this.
For now though, please contact me via:
* email (hex@clatter.cc)
* matrix (@hexlocation@clatter.cc)
* telegram (@inimitableX)
* discord (@hex.maybe)
## To-do
- [x] Server-side parsing.
- [x] Docker build system.
- [ ] **Automated** prebuilt docker images.
- [ ] Caching for faster load times.
- [x] Proper metadata (title, date etc).
<style>
#imgcont {
text-align: center;
justify-content: center;
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
</style>