diff --git a/content/hosting-and-deployment/deployment-with-rsync.md b/content/hosting-and-deployment/deployment-with-rsync.md index 9149cade5..10c2d13cf 100644 --- a/content/hosting-and-deployment/deployment-with-rsync.md +++ b/content/hosting-and-deployment/deployment-with-rsync.md @@ -12,7 +12,6 @@ weight: 10 draft: false aliases: [/tutorials/deployment-with-rsync/] toc: true -needsreview: true notesforauthors: --- diff --git a/content/hosting-and-deployment/hosting-on-bitbucket.md b/content/hosting-and-deployment/hosting-on-bitbucket.md index 45d2e6bf6..682c2bc83 100644 --- a/content/hosting-and-deployment/hosting-on-bitbucket.md +++ b/content/hosting-and-deployment/hosting-on-bitbucket.md @@ -12,7 +12,6 @@ weight: 30 draft: false toc: true aliases: [/tutorials/hosting-on-bitbucket/] -needsreview: true --- You can use [Bitbucket](https://bitbucket.org/) and [Aerobatic](https://www.aerobatic.com) to build, deploy, and host a Hugo website. Aerobatic is a static hosting service that integrates with Bitbucket and provides a free hosting tier. diff --git a/content/hosting-and-deployment/hosting-on-github.md b/content/hosting-and-deployment/hosting-on-github.md index 0ec0f66bf..d2393985e 100644 --- a/content/hosting-and-deployment/hosting-on-github.md +++ b/content/hosting-and-deployment/hosting-on-github.md @@ -12,7 +12,6 @@ weight: 40 draft: false toc: true aliases: [/tutorials/github-pages-blog/] -needsreview: true --- {{% note %}}