Welcome to PressPost (How To Use)
2025-11-29Well! You made it to PressPost! Thanks for your time. You are about to experience the world's simplest and lightest blogging experience known to man kind. Setting up a new blog is easy. All you need is a minute or so, and something to write about. The fact that you are already here means you've done the hard work already! The next step is to simply head on over to presspost.sntx.dev and hit Get Started! The website should guide you through all the steps needed to get you up and running within a matter of seconds. Make sure you create a memorable password, or save it somewhere secure, as you will need that to make any changes on your blog. If you lose this password, unfortunately, there is no way to recover it. You will have to create a new blog and copy everything over.
Formatting Your Posts
PressPost keeps things super simple: no complicated editors. But you can still use basic HTML to add style and structure to your posts. Here are a few things you can use:- Bold text:
<b>your text</b> - Italic text:
<i>your text</i> - Headings:
<h1>Big Header</h1>
<h2>Medium Header</h2>
<h3>Small Header</h3> - Links:
<a href="https://example.com">click here</a> - Images:
<img src="your-image-url" /> - Line breaks:
<br> - Colored text (simple inline style):
<span style="color:red;">Red words</span>