GetPublii / Publii

The most intuitive Static Site CMS designed for SEO-optimized and privacy-focused websites.
https://getpublii.com
GNU General Public License v3.0
6.22k stars 416 forks source link

[Feature Request] Microblogging support features #1039

Open symbolisch1234 opened 2 years ago

symbolisch1234 commented 2 years ago

I think that is mostly it. Thanks for your consideration.

candideu commented 2 years ago

Currently, each post needs a post title, you can not just upload a picture and leave it at that

That's true, but you can make it so your title doesn't appear in the page output. You just need to delete the {{title}} tag from your post.hbs or index, or wherever it is that you want to remove the title. You'll still need to provide a title in the post Editor, but it won't appear in your output.

See this forum topic: https://forum.getpublii.com/topic/editing-html-code-of-title-in-wysiwyg-post-editor/

the option to disable Theme Settings > Basic Settings > Excerpt length and just show posts in full

This article might help: https://getpublii.com/dev/excerpts-with-variable-length/

Side note: Have you looked into Mastodon? It's made specifically for microblogging.

symbolisch1234 commented 2 years ago

thanks for your reply. very helpful.

and yes, i looked at mastodon, it has other problems. :-)

candideu commented 2 years ago

thanks for your reply. very helpful.

and yes, i looked at mastodon, it has other problems. :-)

No worries! I'm curious: what are the problems?

symbolisch1234 commented 2 years ago

for mastodon i need an html server with node.js and ruby and yarn and PostgreSQL installed. for publii i need an html server.

that is the main problem. there are other, smaller ones.