Delete a Site
How to remove your site from your local machine and hosting providers.
To delete a site, you generally need to remove the files from your computer and, if you published the site, remove it from your cloud provider (e.g. GitHub, Netlify).
HugoBlox is not a website hosting service. We provide tools to help you build and deploy sites to providers like GitHub, Netlify, and Cloudflare. Because we don't host your site, we cannot delete it for you. You must login to your hosting provider's dashboard to delete your site.
Delete Local Site
To delete a site from your computer, simply delete the folder containing your site's files.
Delete from Cloud Provider
If you have deployed your site, you will need to remove it from your hosting provider.
GitHub
If you deployed your site to GitHub Pages:
- Login to GitHub.
- Navigate to your repository (e.g.
your-username/your-site).- If you can't find it, check your Repositories list.
- Click Settings tab.
- Scroll to the bottom of the General settings page to the Danger Zone.
- Click Delete this repository.
- Confirm the action by typing the repository name.
Netlify
If you deployed your site to Netlify:
- Login to Netlify dashboard.
- Select your site from the list.
- Go to Site configuration > General > Danger Zone.
- Click Delete this site.
Cloudflare Pages
If you deployed your site to Cloudflare Pages:
- Login to Cloudflare.
- Go to Workers & Pages and select your project.
- Go to Settings > Delete Project.
- Confirm the deletion.
Was this page helpful?
Troubleshooting & Common Issues
Fix common HugoBlox issues including deployment failures, Hugo errors, rendering problems, and configuration mistakes.
Extend & Customize HugoBlox
Extend HugoBlox functionality. Use Hooks to inject code, add custom CSS/JS, override components, and develop custom Blocks for your site.
From the makers of
© 2026 Lore Labs.