Oddbean new post about | logout
 Ok, seems I should know this, but is npub.pro only for creating a website out of your #nostr content?
Or can you create a ‘regular’ website with it?

@brugeman 
 Npub.pro only shows content published on nostr, but it doesn't mean it's not a 'regular' website. You can publish long-form article on nostr and show on the site, you can choose which content shows up on site using hashtags. Later on we will let you manually choose which posts are added on the site. Please let me know if there is anything else that you need for your regular website.  
 Thanks for the response 🙏
Can you tell me how I’d choose which content shows using hashtags?
Do you mean if I add a hashtag to a post, then, on the site I can enable or disable certain hashtags?
What happens if I don’t add a hashtag to a post, is there a way to prevent it from showing on the site? 
When I mean a regular website, I mean something like I currently have, where I can design my own pages, add educational materials (like PDF slide decks that I have created), add buttons that open pages or content, change the background color, and other things like that.
I am wanting to redesign my site and I’m in the process of choosing which hosting service to go with.
I am not ready for the learning curve of hosting my own site yet.
I love the idea of npub.pro, I just need to understand better how it differs from what I described above, thanks 🙂 
 > Do you mean if I add a hashtag to a post, then, on the site I can enable or disable certain hashtags?

Yes you can choose certain hashtags that should show up on the site, and then if you include a corresponding hashtag in your post it will appear on the site.

> What happens if I don’t add a hashtag to a post, is there a way to prevent it from showing on the site? 

If you choose specific hashtags to show on the site then posts without those hashtags won't show up. You can omit hashtags in site settings and then everything will show up.

> When I mean a regular website, I mean something like I currently have, where I can design my own pages

Npub.pro sites use Ghost themes, which means you can take existing Ghost theme or create a new one with custom design, publish it and use it. We don't have good tools/UI for that yet, but if you need it soon we will push it.  

> add educational materials (like PDF slide decks that I have created), 

You just upload those PDFs to some media server (nostr.build?) and then include a link to PDF in your post.

> add buttons that open pages or content, 

You can customize navigation menus and add links to any page or content in site settings, you can also use code injections to add anything imaginable to header/footer (and potentially any other place with a bit of code).

> change the background color, and other things like that.

Code injections can be used for that. There's no UI for it, you'd have to code it. But then you could just post your needs on nostr and somebody (me for now) can help. There are lots of bored devs out there :) 

Hope you give us a chance and we'll try to improve things for you!