Docs: move tutorial screenshots in their own subfolder
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>
Sat, 12 Mar 2016 12:08:46 +0000 (13:08 +0100)
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>
Sat, 12 Mar 2016 12:08:46 +0000 (13:08 +0100)
33 files changed:
docs/content/tutorials/automated-deployments.md
docs/static/img/tutorials/adding-a-github-pages-step.png [deleted file]
docs/static/img/tutorials/adding-the-project-to-github.png [deleted file]
docs/static/img/tutorials/and-we-ve-got-an-app.png [deleted file]
docs/static/img/tutorials/automated-deployments/adding-a-github-pages-step.png [new file with mode: 0644]
docs/static/img/tutorials/automated-deployments/adding-the-project-to-github.png [new file with mode: 0644]
docs/static/img/tutorials/automated-deployments/and-we-ve-got-an-app.png [new file with mode: 0644]
docs/static/img/tutorials/automated-deployments/configure-the-deploy-step.png [new file with mode: 0644]
docs/static/img/tutorials/automated-deployments/creating-a-basic-hugo-site.png [new file with mode: 0644]
docs/static/img/tutorials/automated-deployments/public-or-not.png [new file with mode: 0644]
docs/static/img/tutorials/automated-deployments/using-hugo-build.png [new file with mode: 0644]
docs/static/img/tutorials/automated-deployments/wercker-access.png [new file with mode: 0644]
docs/static/img/tutorials/automated-deployments/wercker-add-app.png [new file with mode: 0644]
docs/static/img/tutorials/automated-deployments/wercker-git-connections.png [new file with mode: 0644]
docs/static/img/tutorials/automated-deployments/wercker-search.png [new file with mode: 0644]
docs/static/img/tutorials/automated-deployments/wercker-select-owner.png [new file with mode: 0644]
docs/static/img/tutorials/automated-deployments/wercker-select-repository.png [new file with mode: 0644]
docs/static/img/tutorials/automated-deployments/wercker-sign-up-page.png [new file with mode: 0644]
docs/static/img/tutorials/automated-deployments/wercker-sign-up.png [new file with mode: 0644]
docs/static/img/tutorials/automated-deployments/werckeryml.png [new file with mode: 0644]
docs/static/img/tutorials/configure-the-deploy-step.png [deleted file]
docs/static/img/tutorials/creating-a-basic-hugo-site.png [deleted file]
docs/static/img/tutorials/public-or-not.png [deleted file]
docs/static/img/tutorials/using-hugo-build.png [deleted file]
docs/static/img/tutorials/wercker-access.png [deleted file]
docs/static/img/tutorials/wercker-add-app.png [deleted file]
docs/static/img/tutorials/wercker-git-connections.png [deleted file]
docs/static/img/tutorials/wercker-search.png [deleted file]
docs/static/img/tutorials/wercker-select-owner.png [deleted file]
docs/static/img/tutorials/wercker-select-repository.png [deleted file]
docs/static/img/tutorials/wercker-sign-up-page.png [deleted file]
docs/static/img/tutorials/wercker-sign-up.png [deleted file]
docs/static/img/tutorials/werckeryml.png [deleted file]

index 5c3afb82a8b8c45fe44882e7e9ac36e7851bd640..cad8102221f5159c745e6a5ac11a5435863d4512 100644 (file)
@@ -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 (file)
index ff28a06..0000000
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 (file)
index e1065bb..0000000
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 (file)
index 7f8e10e..0000000
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 (file)
index 0000000..ff28a06
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 (file)
index 0000000..e1065bb
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 (file)
index 0000000..7f8e10e
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 (file)
index 0000000..550ea1b
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 (file)
index 0000000..78d238f
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 (file)
index 0000000..9d81a8b
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 (file)
index 0000000..b0dbec9
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 (file)
index 0000000..6e89c0e
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 (file)
index 0000000..94ccef5
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 (file)
index 0000000..d89c0cd
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 (file)
index 0000000..d099cfd
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 (file)
index 0000000..1113085
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 (file)
index 0000000..e8835f2
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 (file)
index 0000000..55b0ebd
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 (file)
index 0000000..9c62700
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 (file)
index 0000000..be46e61
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 (file)
index 550ea1b..0000000
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 (file)
index 78d238f..0000000
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 (file)
index 9d81a8b..0000000
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 (file)
index b0dbec9..0000000
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 (file)
index 6e89c0e..0000000
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 (file)
index 94ccef5..0000000
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 (file)
index d89c0cd..0000000
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 (file)
index d099cfd..0000000
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 (file)
index 1113085..0000000
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 (file)
index e8835f2..0000000
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 (file)
index 55b0ebd..0000000
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 (file)
index 9c62700..0000000
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 (file)
index be46e61..0000000
Binary files a/docs/static/img/tutorials/werckeryml.png and /dev/null differ