From d219bd04e02fff9b978fdd95e4ca6526afa936f9 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Mon, 27 Feb 2017 03:30:25 -0600 Subject: [PATCH] Update descriptions for all of hosting and deployment section --- content/hosting-and-deployment/deployment-with-rsync.md | 2 +- content/hosting-and-deployment/hosting-on-bitbucket.md | 2 +- content/hosting-and-deployment/hosting-on-github.md | 2 +- content/hosting-and-deployment/hosting-on-gitlab.md | 2 +- data/sitenavigation.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/hosting-and-deployment/deployment-with-rsync.md b/content/hosting-and-deployment/deployment-with-rsync.md index e03b4190c..9149cade5 100644 --- a/content/hosting-and-deployment/deployment-with-rsync.md +++ b/content/hosting-and-deployment/deployment-with-rsync.md @@ -1,7 +1,7 @@ --- title: Deployment with Rysnc linktitle: Deployment with Rysnc -description: +description: If you have access to your web host with SSH, you can use a simple rsync one-liner to incrementally deploy your entire Hugo website. date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01 diff --git a/content/hosting-and-deployment/hosting-on-bitbucket.md b/content/hosting-and-deployment/hosting-on-bitbucket.md index 8b127da68..45d2e6bf6 100644 --- a/content/hosting-and-deployment/hosting-on-bitbucket.md +++ b/content/hosting-and-deployment/hosting-on-bitbucket.md @@ -1,7 +1,7 @@ --- title: Hosting on Bitbucket linktitle: Hosting on Bitbucket -description: +description: You can use Bitbucket in conjunction with Aerobatic to build, deploy, and host a Hugo website. date: 2017-02-04 publishdate: 2017-02-04 lastmod: 2017-02-04 diff --git a/content/hosting-and-deployment/hosting-on-github.md b/content/hosting-and-deployment/hosting-on-github.md index 02a49bfdd..0ec0f66bf 100644 --- a/content/hosting-and-deployment/hosting-on-github.md +++ b/content/hosting-and-deployment/hosting-on-github.md @@ -1,7 +1,7 @@ --- title: Hosting on GitHub linktitle: Hosting on GitHub -description: +description: Deploy Hugo as a GitHub Pages project or personal/organizational site and automate the whole process with a simple shell script. date: 2014-03-21 publishdate: 2014-03-21 lastmod: 2017-02-01 diff --git a/content/hosting-and-deployment/hosting-on-gitlab.md b/content/hosting-and-deployment/hosting-on-gitlab.md index 8ee793d84..b1afa035f 100644 --- a/content/hosting-and-deployment/hosting-on-gitlab.md +++ b/content/hosting-and-deployment/hosting-on-gitlab.md @@ -1,7 +1,7 @@ --- title: Hosting on GitLab linktitle: Hosting on GitLab -description: +description: GitLab makes it incredibly easy to build, deploy, and host your Hugo website via their free GitLab Pages service, which provides native support for Hugo. date: 2016-06-23 publishdate: 2016-06-23 lastmod: 2016-06-23 diff --git a/data/sitenavigation.yml b/data/sitenavigation.yml index ba341bdf6..1d9780352 100644 --- a/data/sitenavigation.yml +++ b/data/sitenavigation.yml @@ -67,7 +67,7 @@ developertools: url: "developer-tools" haschildren: true sortsubpagesby: "weight" - desc: "Syntax highlighting, site search, and migration tools" + desc: "Syntax highlighting, site search, text editor plug-ins, and migration tools" commands: order: 11 title: "Command Line Reference"