diff --git a/content/concept.md b/content/concept.md index 8382c17a8..27e55e207 100644 --- a/content/concept.md +++ b/content/concept.md @@ -433,11 +433,12 @@ Apache License - 60 * _index.md - 01 * Hosting on Netlify - 10 -* Hosting on Github - 20 -* Hosting on Gitlab - 30 -* Hosting on Bitbucket - 40 -* Deployment with Wercker - 50 -* Deployment with Rsync - 60 +* Hosting on Firebase (Draft) - 20 +* Hosting on Github - 30 +* Hosting on Gitlab - 40 +* Hosting on Bitbucket - 50 +* Deployment with Wercker - 60 +* Deployment with Rsync - 70 ### "tools" Ordering diff --git a/content/hosting-and-deployment/deployment-with-rsync.md b/content/hosting-and-deployment/deployment-with-rsync.md index 87973016c..08f7850c0 100644 --- a/content/hosting-and-deployment/deployment-with-rsync.md +++ b/content/hosting-and-deployment/deployment-with-rsync.md @@ -8,7 +8,7 @@ lastmod: 2017-02-01 categories: [hosting and deployment] tags: [rysnc,deployment] authors: [Adrien Poupin] -weight: 60 +weight: 70 draft: false aliases: [/tutorials/deployment-with-rsync/] toc: true diff --git a/content/hosting-and-deployment/deployment-with-wercker.md b/content/hosting-and-deployment/deployment-with-wercker.md index 31c51e836..acdd63865 100644 --- a/content/hosting-and-deployment/deployment-with-wercker.md +++ b/content/hosting-and-deployment/deployment-with-wercker.md @@ -1,14 +1,14 @@ --- title: Deployment with Wercker linktitle: Deployment with Wercker -description: This guide walks you through the steps needed to create a basic Hugo site, host the site's source and final website on GitHub and GitHub pages, and set up automated deployment using a free tool called Wercker. +description: You can use a free tool called Wercker to automate deployments between your GitHub-hosted source and final website on GitHub pages. date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 categories: [hosting and deployment] tags: [wercker,deployment,github,git] authors: [Arjen Schwarz, Samuel Debruyn] -weight: 50 +weight: 60 draft: false aliases: [/tutorials/automated-deployments/] toc: true diff --git a/content/hosting-and-deployment/hosting-on-bitbucket.md b/content/hosting-and-deployment/hosting-on-bitbucket.md index 9714d5eda..c911035a4 100644 --- a/content/hosting-and-deployment/hosting-on-bitbucket.md +++ b/content/hosting-and-deployment/hosting-on-bitbucket.md @@ -8,7 +8,7 @@ lastmod: 2017-02-04 categories: [hosting and deployment] tags: [hosting,bitbucket,deployment,aerobatic] authors: [Jason Gowans] -weight: 40 +weight: 50 draft: false toc: true aliases: [/tutorials/hosting-on-bitbucket/] diff --git a/content/hosting-and-deployment/hosting-on-firebase.md b/content/hosting-and-deployment/hosting-on-firebase.md index 26cbbc5d0..48c1e84ec 100644 --- a/content/hosting-and-deployment/hosting-on-firebase.md +++ b/content/hosting-and-deployment/hosting-on-firebase.md @@ -8,7 +8,7 @@ lastmod: 2017-03-12 categories: [hosting and deployment] tags: [hosting,firebase] authors: [] -weight: 40 +weight: 20 draft: true toc: true aliases: [] diff --git a/content/hosting-and-deployment/hosting-on-github.md b/content/hosting-and-deployment/hosting-on-github.md index b7f6adb2d..0f5afdd0b 100644 --- a/content/hosting-and-deployment/hosting-on-github.md +++ b/content/hosting-and-deployment/hosting-on-github.md @@ -8,7 +8,7 @@ lastmod: 2017-02-01 categories: [hosting and deployment] tags: [github,git,deployment,hosting] authors: [Spencer Lyon, Gunnar Morling] -weight: 20 +weight: 30 draft: false toc: true aliases: [/tutorials/github-pages-blog/] diff --git a/content/hosting-and-deployment/hosting-on-gitlab.md b/content/hosting-and-deployment/hosting-on-gitlab.md index f7613ea29..e8f4ce1dd 100644 --- a/content/hosting-and-deployment/hosting-on-gitlab.md +++ b/content/hosting-and-deployment/hosting-on-gitlab.md @@ -8,7 +8,7 @@ lastmod: 2016-06-23 categories: [hosting and deployment] tags: [hosting,deployment,git,gitlab] authors: [Riku-Pekka Silvola] -weight: 30 +weight: 40 draft: false toc: true wip: false