It's a powerful, self-hosting blogging server with minimal social features baked into RSS and written in Deno.
- I'm tired of people and their data being reliant on social media corporations
- I'm tired of relying on Webpack
- More people should learn and use RSS
- I've yet to see an existing blogging platform/framework that caters to my wants
- I want to make the easiest server for non-programmers to host their own content with
Check the GitHub wiki to get started and see screenshots of how the webpages look.
Or, if you want to see an example of this project running in the wild, check out my instance here: https://cakelandish.firecakesworld.com
My RSS feed is at https://cakelandish.firecakesworld.com/feed.atom
.
NOTE: The minimum Deno version recommended is v1.41.0
.
Compile for current OS:
deno task compile
Compile for Windows, MacOS, Linux platforms:
deno task compile-all
All compiled binaries are outputted to the out directory
Auto format on save: deno task auto-format
Auto run on save: deno task dev
Create auth code: deno task code