From: digitalcraftsman Date: Sat, 12 Mar 2016 12:08:46 +0000 (+0100) Subject: Docs: move tutorial screenshots in their own subfolder X-Git-Tag: v0.16~247 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=612c61146da8dd4c698a772e38c630d43b825f60;p=brevno-suite%2Fhugo Docs: move tutorial screenshots in their own subfolder --- diff --git a/docs/content/tutorials/automated-deployments.md b/docs/content/tutorials/automated-deployments.md index 5c3afb82..cad81022 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/adding-a-github-pages-step.png deleted file mode 100644 index ff28a066..00000000 Binary files a/docs/static/img/tutorials/adding-a-github-pages-step.png and /dev/null differ diff --git a/docs/static/img/tutorials/adding-the-project-to-github.png b/docs/static/img/tutorials/adding-the-project-to-github.png deleted file mode 100644 index e1065bb0..00000000 Binary files a/docs/static/img/tutorials/adding-the-project-to-github.png and /dev/null differ diff --git a/docs/static/img/tutorials/and-we-ve-got-an-app.png b/docs/static/img/tutorials/and-we-ve-got-an-app.png deleted file mode 100644 index 7f8e10e7..00000000 Binary files a/docs/static/img/tutorials/and-we-ve-got-an-app.png and /dev/null differ diff --git a/docs/static/img/tutorials/automated-deployments/adding-a-github-pages-step.png b/docs/static/img/tutorials/automated-deployments/adding-a-github-pages-step.png new file mode 100644 index 00000000..ff28a066 Binary files /dev/null and b/docs/static/img/tutorials/automated-deployments/adding-a-github-pages-step.png differ diff --git a/docs/static/img/tutorials/automated-deployments/adding-the-project-to-github.png b/docs/static/img/tutorials/automated-deployments/adding-the-project-to-github.png new file mode 100644 index 00000000..e1065bb0 Binary files /dev/null and b/docs/static/img/tutorials/automated-deployments/adding-the-project-to-github.png differ diff --git a/docs/static/img/tutorials/automated-deployments/and-we-ve-got-an-app.png b/docs/static/img/tutorials/automated-deployments/and-we-ve-got-an-app.png new file mode 100644 index 00000000..7f8e10e7 Binary files /dev/null and b/docs/static/img/tutorials/automated-deployments/and-we-ve-got-an-app.png differ diff --git a/docs/static/img/tutorials/automated-deployments/configure-the-deploy-step.png b/docs/static/img/tutorials/automated-deployments/configure-the-deploy-step.png new file mode 100644 index 00000000..550ea1bf Binary files /dev/null and b/docs/static/img/tutorials/automated-deployments/configure-the-deploy-step.png differ diff --git a/docs/static/img/tutorials/automated-deployments/creating-a-basic-hugo-site.png b/docs/static/img/tutorials/automated-deployments/creating-a-basic-hugo-site.png new file mode 100644 index 00000000..78d238f8 Binary files /dev/null and b/docs/static/img/tutorials/automated-deployments/creating-a-basic-hugo-site.png differ diff --git a/docs/static/img/tutorials/automated-deployments/public-or-not.png b/docs/static/img/tutorials/automated-deployments/public-or-not.png new file mode 100644 index 00000000..9d81a8ba Binary files /dev/null and b/docs/static/img/tutorials/automated-deployments/public-or-not.png differ diff --git a/docs/static/img/tutorials/automated-deployments/using-hugo-build.png b/docs/static/img/tutorials/automated-deployments/using-hugo-build.png new file mode 100644 index 00000000..b0dbec94 Binary files /dev/null and b/docs/static/img/tutorials/automated-deployments/using-hugo-build.png differ diff --git a/docs/static/img/tutorials/automated-deployments/wercker-access.png b/docs/static/img/tutorials/automated-deployments/wercker-access.png new file mode 100644 index 00000000..6e89c0ef Binary files /dev/null and b/docs/static/img/tutorials/automated-deployments/wercker-access.png differ diff --git a/docs/static/img/tutorials/automated-deployments/wercker-add-app.png b/docs/static/img/tutorials/automated-deployments/wercker-add-app.png new file mode 100644 index 00000000..94ccef51 Binary files /dev/null and b/docs/static/img/tutorials/automated-deployments/wercker-add-app.png differ diff --git a/docs/static/img/tutorials/automated-deployments/wercker-git-connections.png b/docs/static/img/tutorials/automated-deployments/wercker-git-connections.png new file mode 100644 index 00000000..d89c0cd8 Binary files /dev/null and b/docs/static/img/tutorials/automated-deployments/wercker-git-connections.png differ diff --git a/docs/static/img/tutorials/automated-deployments/wercker-search.png b/docs/static/img/tutorials/automated-deployments/wercker-search.png new file mode 100644 index 00000000..d099cfd5 Binary files /dev/null and b/docs/static/img/tutorials/automated-deployments/wercker-search.png differ diff --git a/docs/static/img/tutorials/automated-deployments/wercker-select-owner.png b/docs/static/img/tutorials/automated-deployments/wercker-select-owner.png new file mode 100644 index 00000000..11130850 Binary files /dev/null and b/docs/static/img/tutorials/automated-deployments/wercker-select-owner.png differ diff --git a/docs/static/img/tutorials/automated-deployments/wercker-select-repository.png b/docs/static/img/tutorials/automated-deployments/wercker-select-repository.png new file mode 100644 index 00000000..e8835f21 Binary files /dev/null and b/docs/static/img/tutorials/automated-deployments/wercker-select-repository.png differ diff --git a/docs/static/img/tutorials/automated-deployments/wercker-sign-up-page.png b/docs/static/img/tutorials/automated-deployments/wercker-sign-up-page.png new file mode 100644 index 00000000..55b0ebd5 Binary files /dev/null and b/docs/static/img/tutorials/automated-deployments/wercker-sign-up-page.png differ diff --git a/docs/static/img/tutorials/automated-deployments/wercker-sign-up.png b/docs/static/img/tutorials/automated-deployments/wercker-sign-up.png new file mode 100644 index 00000000..9c627006 Binary files /dev/null and b/docs/static/img/tutorials/automated-deployments/wercker-sign-up.png differ diff --git a/docs/static/img/tutorials/automated-deployments/werckeryml.png b/docs/static/img/tutorials/automated-deployments/werckeryml.png new file mode 100644 index 00000000..be46e613 Binary files /dev/null and b/docs/static/img/tutorials/automated-deployments/werckeryml.png differ diff --git a/docs/static/img/tutorials/configure-the-deploy-step.png b/docs/static/img/tutorials/configure-the-deploy-step.png deleted file mode 100644 index 550ea1bf..00000000 Binary files a/docs/static/img/tutorials/configure-the-deploy-step.png and /dev/null differ diff --git a/docs/static/img/tutorials/creating-a-basic-hugo-site.png b/docs/static/img/tutorials/creating-a-basic-hugo-site.png deleted file mode 100644 index 78d238f8..00000000 Binary files a/docs/static/img/tutorials/creating-a-basic-hugo-site.png and /dev/null differ diff --git a/docs/static/img/tutorials/public-or-not.png b/docs/static/img/tutorials/public-or-not.png deleted file mode 100644 index 9d81a8ba..00000000 Binary files a/docs/static/img/tutorials/public-or-not.png and /dev/null differ diff --git a/docs/static/img/tutorials/using-hugo-build.png b/docs/static/img/tutorials/using-hugo-build.png deleted file mode 100644 index b0dbec94..00000000 Binary files a/docs/static/img/tutorials/using-hugo-build.png and /dev/null differ diff --git a/docs/static/img/tutorials/wercker-access.png b/docs/static/img/tutorials/wercker-access.png deleted file mode 100644 index 6e89c0ef..00000000 Binary files a/docs/static/img/tutorials/wercker-access.png and /dev/null differ diff --git a/docs/static/img/tutorials/wercker-add-app.png b/docs/static/img/tutorials/wercker-add-app.png deleted file mode 100644 index 94ccef51..00000000 Binary files a/docs/static/img/tutorials/wercker-add-app.png and /dev/null differ diff --git a/docs/static/img/tutorials/wercker-git-connections.png b/docs/static/img/tutorials/wercker-git-connections.png deleted file mode 100644 index d89c0cd8..00000000 Binary files a/docs/static/img/tutorials/wercker-git-connections.png and /dev/null differ diff --git a/docs/static/img/tutorials/wercker-search.png b/docs/static/img/tutorials/wercker-search.png deleted file mode 100644 index d099cfd5..00000000 Binary files a/docs/static/img/tutorials/wercker-search.png and /dev/null differ diff --git a/docs/static/img/tutorials/wercker-select-owner.png b/docs/static/img/tutorials/wercker-select-owner.png deleted file mode 100644 index 11130850..00000000 Binary files a/docs/static/img/tutorials/wercker-select-owner.png and /dev/null differ diff --git a/docs/static/img/tutorials/wercker-select-repository.png b/docs/static/img/tutorials/wercker-select-repository.png deleted file mode 100644 index e8835f21..00000000 Binary files a/docs/static/img/tutorials/wercker-select-repository.png and /dev/null differ diff --git a/docs/static/img/tutorials/wercker-sign-up-page.png b/docs/static/img/tutorials/wercker-sign-up-page.png deleted file mode 100644 index 55b0ebd5..00000000 Binary files a/docs/static/img/tutorials/wercker-sign-up-page.png and /dev/null differ diff --git a/docs/static/img/tutorials/wercker-sign-up.png b/docs/static/img/tutorials/wercker-sign-up.png deleted file mode 100644 index 9c627006..00000000 Binary files a/docs/static/img/tutorials/wercker-sign-up.png and /dev/null differ diff --git a/docs/static/img/tutorials/werckeryml.png b/docs/static/img/tutorials/werckeryml.png deleted file mode 100644 index be46e613..00000000 Binary files a/docs/static/img/tutorials/werckeryml.png and /dev/null differ