From 612c61146da8dd4c698a772e38c630d43b825f60 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Sat, 12 Mar 2016 13:08:46 +0100 Subject: [PATCH] Docs: move tutorial screenshots in their own subfolder --- .../tutorials/automated-deployments.md | 32 +++++++++--------- .../adding-a-github-pages-step.png | Bin .../adding-the-project-to-github.png | Bin .../and-we-ve-got-an-app.png | Bin .../configure-the-deploy-step.png | Bin .../creating-a-basic-hugo-site.png | Bin .../public-or-not.png | Bin .../using-hugo-build.png | Bin .../wercker-access.png | Bin .../wercker-add-app.png | Bin .../wercker-git-connections.png | Bin .../wercker-search.png | Bin .../wercker-select-owner.png | Bin .../wercker-select-repository.png | Bin .../wercker-sign-up-page.png | Bin .../wercker-sign-up.png | Bin .../werckeryml.png | Bin 17 files changed, 16 insertions(+), 16 deletions(-) rename docs/static/img/tutorials/{ => automated-deployments}/adding-a-github-pages-step.png (100%) rename docs/static/img/tutorials/{ => automated-deployments}/adding-the-project-to-github.png (100%) rename docs/static/img/tutorials/{ => automated-deployments}/and-we-ve-got-an-app.png (100%) rename docs/static/img/tutorials/{ => automated-deployments}/configure-the-deploy-step.png (100%) rename docs/static/img/tutorials/{ => automated-deployments}/creating-a-basic-hugo-site.png (100%) rename docs/static/img/tutorials/{ => automated-deployments}/public-or-not.png (100%) rename docs/static/img/tutorials/{ => automated-deployments}/using-hugo-build.png (100%) rename docs/static/img/tutorials/{ => automated-deployments}/wercker-access.png (100%) rename docs/static/img/tutorials/{ => automated-deployments}/wercker-add-app.png (100%) rename docs/static/img/tutorials/{ => automated-deployments}/wercker-git-connections.png (100%) rename docs/static/img/tutorials/{ => automated-deployments}/wercker-search.png (100%) rename docs/static/img/tutorials/{ => automated-deployments}/wercker-select-owner.png (100%) rename docs/static/img/tutorials/{ => automated-deployments}/wercker-select-repository.png (100%) rename docs/static/img/tutorials/{ => automated-deployments}/wercker-sign-up-page.png (100%) rename docs/static/img/tutorials/{ => automated-deployments}/wercker-sign-up.png (100%) rename docs/static/img/tutorials/{ => automated-deployments}/werckeryml.png (100%) diff --git a/docs/content/tutorials/automated-deployments.md b/docs/content/tutorials/automated-deployments.md index 5c3afb82a..cad810222 100644 --- a/docs/content/tutorials/automated-deployments.md +++ b/docs/content/tutorials/automated-deployments.md @@ -68,7 +68,7 @@ If everything is fine, you should be able to see something similar to the image ![][1] -[1]: /img/tutorials/creating-a-basic-hugo-site.png +[1]: /img/tutorials/automated-deployments/creating-a-basic-hugo-site.png ## Setting up version control @@ -109,7 +109,7 @@ git push -u origin master ![][2] -[2]: /img/tutorials/adding-the-project-to-github.png +[2]: /img/tutorials/automated-deployments/adding-the-project-to-github.png ## Welcome to wercker @@ -117,7 +117,7 @@ Let's start by setting up an account for Wercker. To do so we'll go to http://we ![][3] -[3]: /img/tutorials/wercker-sign-up.png +[3]: /img/tutorials/automated-deployments/wercker-sign-up.png ## Register @@ -125,7 +125,7 @@ To make life easier for ourselves, we will then register using GitHub. If you do ![][4] -[4]: /img/tutorials/wercker-sign-up-page.png +[4]: /img/tutorials/automated-deployments/wercker-sign-up-page.png ## Connect GitHub/Bitbucket @@ -133,7 +133,7 @@ After you are registered, you will need to link your GitHub and/or Bitbucket acc ![][5] -[5]: /img/tutorials/wercker-git-connections.png +[5]: /img/tutorials/automated-deployments/wercker-git-connections.png ## Add your project @@ -141,7 +141,7 @@ Now that we've got all the preliminaries out of the way, it's time to set up our ![][6] -[6]: /img/tutorials/wercker-add-app.png +[6]: /img/tutorials/automated-deployments/wercker-add-app.png ## Select a repository @@ -149,7 +149,7 @@ Clicking this will make Wercker show you all the repositories you have on GitHub ![][7] -[7]: /img/tutorials/wercker-select-repository.png +[7]: /img/tutorials/automated-deployments/wercker-select-repository.png ## Select the repository owner @@ -157,7 +157,7 @@ In the next step, Wercker asks you to select the repository owner. Just select y ![][8] -[8]: /img/tutorials/wercker-select-owner.png +[8]: /img/tutorials/automated-deployments/wercker-select-owner.png ## Configure access @@ -165,7 +165,7 @@ This step can be slightly tricky. As Wercker doesn't access to check out your pr ![][9] -[9]: /img/tutorials/wercker-access.png +[9]: /img/tutorials/automated-deployments/wercker-access.png ## Wercker.yml @@ -173,7 +173,7 @@ Wercker will now attempt to create an initial *wercker.yml* file for you. Or rat ![][10] -[10]: /img/tutorials/werckeryml.png +[10]: /img/tutorials/automated-deployments/werckeryml.png ## Public or not @@ -181,7 +181,7 @@ This is a personal choice, you can make an app public so that everyone can see m ![][11] -[11]: /img/tutorials/public-or-not.png +[11]: /img/tutorials/automated-deployments/public-or-not.png ## And we've got an app @@ -189,7 +189,7 @@ The application is added now, and Wercker will be offering you the chance to tri ![][12] -[12]: /img/tutorials/and-we-ve-got-an-app.png +[12]: /img/tutorials/automated-deployments/and-we-ve-got-an-app.png ## Adding steps @@ -197,7 +197,7 @@ And now we're going to add the steps themselves. First, we go to the "Registry" ![][13] -[13]: /img/tutorials/wercker-search.png +[13]: /img/tutorials/automated-deployments/wercker-search.png ## Using Hugo-Build @@ -226,7 +226,7 @@ Once completed a nice tick should have appeared in front of your first build, an ![][14] -[14]: /img/tutorials/using-hugo-build.png +[14]: /img/tutorials/automated-deployments/using-hugo-build.png ## Adding a GitHub Pages step @@ -258,7 +258,7 @@ And lastly, you can see here that this has a **$GIT_TOKEN** variable. This is us ![][15] -[15]: /img/tutorials/adding-a-github-pages-step.png +[15]: /img/tutorials/automated-deployments/adding-a-github-pages-step.png ## Configure the deploy step @@ -266,7 +266,7 @@ Simply fill in the name, and make sure you enable **auto deploy** from the **mas ![][16] -[16]: /img/tutorials/configure-the-deploy-step.png +[16]: /img/tutorials/automated-deployments/configure-the-deploy-step.png ## Conclusion diff --git a/docs/static/img/tutorials/adding-a-github-pages-step.png b/docs/static/img/tutorials/automated-deployments/adding-a-github-pages-step.png similarity index 100% rename from docs/static/img/tutorials/adding-a-github-pages-step.png rename to docs/static/img/tutorials/automated-deployments/adding-a-github-pages-step.png diff --git a/docs/static/img/tutorials/adding-the-project-to-github.png b/docs/static/img/tutorials/automated-deployments/adding-the-project-to-github.png similarity index 100% rename from docs/static/img/tutorials/adding-the-project-to-github.png rename to docs/static/img/tutorials/automated-deployments/adding-the-project-to-github.png diff --git a/docs/static/img/tutorials/and-we-ve-got-an-app.png b/docs/static/img/tutorials/automated-deployments/and-we-ve-got-an-app.png similarity index 100% rename from docs/static/img/tutorials/and-we-ve-got-an-app.png rename to docs/static/img/tutorials/automated-deployments/and-we-ve-got-an-app.png diff --git a/docs/static/img/tutorials/configure-the-deploy-step.png b/docs/static/img/tutorials/automated-deployments/configure-the-deploy-step.png similarity index 100% rename from docs/static/img/tutorials/configure-the-deploy-step.png rename to docs/static/img/tutorials/automated-deployments/configure-the-deploy-step.png diff --git a/docs/static/img/tutorials/creating-a-basic-hugo-site.png b/docs/static/img/tutorials/automated-deployments/creating-a-basic-hugo-site.png similarity index 100% rename from docs/static/img/tutorials/creating-a-basic-hugo-site.png rename to docs/static/img/tutorials/automated-deployments/creating-a-basic-hugo-site.png diff --git a/docs/static/img/tutorials/public-or-not.png b/docs/static/img/tutorials/automated-deployments/public-or-not.png similarity index 100% rename from docs/static/img/tutorials/public-or-not.png rename to docs/static/img/tutorials/automated-deployments/public-or-not.png diff --git a/docs/static/img/tutorials/using-hugo-build.png b/docs/static/img/tutorials/automated-deployments/using-hugo-build.png similarity index 100% rename from docs/static/img/tutorials/using-hugo-build.png rename to docs/static/img/tutorials/automated-deployments/using-hugo-build.png diff --git a/docs/static/img/tutorials/wercker-access.png b/docs/static/img/tutorials/automated-deployments/wercker-access.png similarity index 100% rename from docs/static/img/tutorials/wercker-access.png rename to docs/static/img/tutorials/automated-deployments/wercker-access.png diff --git a/docs/static/img/tutorials/wercker-add-app.png b/docs/static/img/tutorials/automated-deployments/wercker-add-app.png similarity index 100% rename from docs/static/img/tutorials/wercker-add-app.png rename to docs/static/img/tutorials/automated-deployments/wercker-add-app.png diff --git a/docs/static/img/tutorials/wercker-git-connections.png b/docs/static/img/tutorials/automated-deployments/wercker-git-connections.png similarity index 100% rename from docs/static/img/tutorials/wercker-git-connections.png rename to docs/static/img/tutorials/automated-deployments/wercker-git-connections.png diff --git a/docs/static/img/tutorials/wercker-search.png b/docs/static/img/tutorials/automated-deployments/wercker-search.png similarity index 100% rename from docs/static/img/tutorials/wercker-search.png rename to docs/static/img/tutorials/automated-deployments/wercker-search.png diff --git a/docs/static/img/tutorials/wercker-select-owner.png b/docs/static/img/tutorials/automated-deployments/wercker-select-owner.png similarity index 100% rename from docs/static/img/tutorials/wercker-select-owner.png rename to docs/static/img/tutorials/automated-deployments/wercker-select-owner.png diff --git a/docs/static/img/tutorials/wercker-select-repository.png b/docs/static/img/tutorials/automated-deployments/wercker-select-repository.png similarity index 100% rename from docs/static/img/tutorials/wercker-select-repository.png rename to docs/static/img/tutorials/automated-deployments/wercker-select-repository.png diff --git a/docs/static/img/tutorials/wercker-sign-up-page.png b/docs/static/img/tutorials/automated-deployments/wercker-sign-up-page.png similarity index 100% rename from docs/static/img/tutorials/wercker-sign-up-page.png rename to docs/static/img/tutorials/automated-deployments/wercker-sign-up-page.png diff --git a/docs/static/img/tutorials/wercker-sign-up.png b/docs/static/img/tutorials/automated-deployments/wercker-sign-up.png similarity index 100% rename from docs/static/img/tutorials/wercker-sign-up.png rename to docs/static/img/tutorials/automated-deployments/wercker-sign-up.png diff --git a/docs/static/img/tutorials/werckeryml.png b/docs/static/img/tutorials/automated-deployments/werckeryml.png similarity index 100% rename from docs/static/img/tutorials/werckeryml.png rename to docs/static/img/tutorials/automated-deployments/werckeryml.png