Social Icons

Ghost BlogA collection of 4 posts

Ghost blog posts for developers who want a fast, clean publishing setup without living in the admin panel. You will find practical setup and maintenance guides like themes, navigation, SEO basics, backups, performance, and hosting choices, plus workflows for writing and shipping posts consistently. It’s aimed at getting your site stable, searchable, and easy to run over the long term.

Making Network tab work in a self hosted Ghost

For anyone who is self hosting ghost blog behind nginx, this is the configuration that worked for me: location ^~ /.ghost/activitypub/ { proxy_pass https://ap.ghost.org; proxy_http_version 1.1; proxy_ssl_server_name...