mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 07:48:52 +00:00
Fix weights for ordering of hosting and deployment section
This commit is contained in:
+6
-5
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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/]
|
||||
|
||||
@@ -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: []
|
||||
|
||||
@@ -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/]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user