Hacker News new | ask | show | jobs
by 0xEF 596 days ago
Had no idea about the drama surrounding October. Thank you for the recommendations. Kirby looks nice, as well, at first glance.

Will be trying both Winter and Kirby this weekend. I am really struggling getting Ghost up and running properly (LEMP stack). It seems to install fine, but breaks my nginx config so when I go to access the admin page (https://<my.domain>/ghost/) I get a 404 error.

1 comments

Ghost is Node-based, so no PHP. (Shouldn’t functionally matter much as it’s designed in a way that you don’t need to mess in the code once you have everything set.) Not sure about your install process, but make sure your routes.yaml is properly set:

https://www.mellen.io/ghost-blog-404-error-fix/