SOLVED: Best way to delete website & create a new one

I’m running my website locally, but I would like to scrap it all. What’s the best way to delete it and start a new one from scratch? I don’t see the obvious “Delete Website” under Settings.

From your installation’s working directly on the command line, type ghost uninstall and it will stop the server, ask for confirmation, and wipe everything out so you can start over.

3 Likes

Thanks @ahuman! I had an initial site going, but things started getting a little wild when I branched in git & merged because of logging. I’m hoping to read up on logging and understand it so it doesn’t happen again a second time.