disseminate/README.md

46 lines
1.5 KiB
Markdown
Raw Normal View History

2024-03-29 16:03:14 +01:00
<a href="https://buymeacoffee.com/hexlocation"><img align="center" src="https://cdn.hexloc.me/banner.png" width="400" height="200"></a><br>
2024-03-27 19:53:47 +01:00
> disseminate: latin for the **distribution** of knowledge.
<h1 align="center">Disseminate</h1>
2024-03-31 13:17:55 +02:00
<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" />
2024-03-31 13:12:26 +02:00
</a>
2024-03-31 13:12:59 +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-03-27 20:01:52 +01:00
Registrations are currently disabled on our *(clatter)* forgejo instance. In the future, we hope to re-enable this.
2024-03-27 20:00:50 +01:00
For now though, please contact me via:
* email (hex@clatter.cc)
* matrix (@hexlocation@clatter.cc)
* telegram (@inimitableX)
* discord (@hex.maybe)
2024-03-29 08:32:00 +01:00
## To-do
- [x] Server-side parsing.
- [x] Docker build system.
2024-03-29 08:33:31 +01:00
- [ ] **Automated** prebuilt docker images.
2024-03-29 08:32:00 +01:00
- [ ] Caching for faster load times.
2024-03-29 14:17:03 +01:00
- [x] Proper metadata (title, date etc).
2024-03-31 13:14:44 +02:00
<style>
2024-03-31 13:18:48 +02:00
#imgcont {
2024-03-31 13:17:55 +02:00
display: block;
margin-left: auto;
margin-right: auto;
2024-03-31 13:18:48 +02:00
width: 50%;
2024-03-31 13:14:44 +02:00
}
</style>