From 9fb6338d00143696db7f2cbd7042f8794ac92332 Mon Sep 17 00:00:00 2001 From: russellballestrini Date: Thu, 6 Apr 2017 16:33:29 -0400 Subject: [PATCH] remarkbox adverts modified: content/2016-12-18-capability-driven-resentation.rst modified: content/2017-03-21-minikube.rst modified: content/2017-03-23-selenium-grid-on-kubernetes.rst modified: pelicanconf.py --- content/2016-12-18-capability-driven-resentation.rst | 1 + content/2017-03-21-minikube.rst | 1 + content/2017-03-23-selenium-grid-on-kubernetes.rst | 2 ++ pelicanconf.py | 4 ++-- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/content/2016-12-18-capability-driven-resentation.rst b/content/2016-12-18-capability-driven-resentation.rst index 581618b..a98d2dc 100644 --- a/content/2016-12-18-capability-driven-resentation.rst +++ b/content/2016-12-18-capability-driven-resentation.rst @@ -88,3 +88,4 @@ The content is the same, but we hide the interface based on the user's capibilit This small change has a huge impact on the overall user experience. We no longer present a broken button to the user. + diff --git a/content/2017-03-21-minikube.rst b/content/2017-03-21-minikube.rst index e3de32b..12e88b6 100644 --- a/content/2017-03-21-minikube.rst +++ b/content/2017-03-21-minikube.rst @@ -65,6 +65,7 @@ Also, you should see a new VM running in VirtualBox, like this: .. image:: /uploads/2017/virtualbox-running-minikube.png :width: 350 + :alt: virtualbox running minikube. To verify that `kubectl` is configured to use minikube look at the config file (`~/.kube/config`). diff --git a/content/2017-03-23-selenium-grid-on-kubernetes.rst b/content/2017-03-23-selenium-grid-on-kubernetes.rst index ce10de3..6200270 100644 --- a/content/2017-03-23-selenium-grid-on-kubernetes.rst +++ b/content/2017-03-23-selenium-grid-on-kubernetes.rst @@ -107,6 +107,7 @@ If you refresh the hub browser window, you should see a connected Chrome Node, l .. image:: /uploads/2017/selenium-grid-on-kubernetes.png :width: 500 + :alt: Selenium Hub with one connected Chrome Node. Selenium Node Overlearning ---------------------------------- @@ -192,6 +193,7 @@ Finally, if you refresh the hub browser window, you should see 4 connected Chrom .. image:: /uploads/2017/selenium-grid-on-kubernetes-scaled.png :width: 500 + :alt: Selenium Hub with four connected Chrome Nodes. If you liked this post, leave me a message in the comments! diff --git a/pelicanconf.py b/pelicanconf.py index 3dec57f..6a351cc 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -55,8 +55,8 @@ AUTHOR_FEED_RSS = None # Blogroll LINKS = ( - ('Remarkbox', 'http://remarkbox.com/'), - ('LinkPeek', 'https://linkpeek.com/'), + #('Remarkbox', 'http://remarkbox.com/'), + #('LinkPeek', 'https://linkpeek.com/'), ) # Social widget