diff --git a/_data/authors.yml b/_data/authors.yml index 1e8b78ef2..268861808 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -126,6 +126,7 @@ active-authors: - sbreingan - sburnstone - sconway + - sdewar - sforeshew-cain - sgladstone - shamiltonritchie @@ -819,6 +820,10 @@ authors: twitter-handle: iwantmyrealname google-plus-url: "https://plus.google.com/+SamDavies_ActuallyMyRealName" picture: picture.jpg + sdewar: + name: "Stuart Dewar" + author-summary: "Senior Test Engineer based in Edinburgh with a keen interest on automation and technical areas of testing. When i'm not testing you'll find me on the golf course testing my own patience and sanity." + picture: picture.jpg sduncan: name: "Simon Duncan" author-summary: "UX designer. Arduino & physical computing enthusiast. Likes hip hop and 30 minute drone pieces." diff --git a/sdewar/atom.xml b/sdewar/atom.xml new file mode 100644 index 000000000..70724d994 --- /dev/null +++ b/sdewar/atom.xml @@ -0,0 +1,4 @@ +--- +author: sdewar +layout: atom_feed +--- \ No newline at end of file diff --git a/sdewar/feed.xml b/sdewar/feed.xml new file mode 100644 index 000000000..8cf2073d7 --- /dev/null +++ b/sdewar/feed.xml @@ -0,0 +1,4 @@ +--- +author: sdewar +layout: rss_feed +--- \ No newline at end of file diff --git a/sdewar/index.html b/sdewar/index.html new file mode 100644 index 000000000..71edbc7d3 --- /dev/null +++ b/sdewar/index.html @@ -0,0 +1,5 @@ +--- +author: sdewar +title: Stuart Dewar +layout: default_author +--- \ No newline at end of file diff --git a/sdewar/picture.jpg b/sdewar/picture.jpg new file mode 100644 index 000000000..000594263 Binary files /dev/null and b/sdewar/picture.jpg differ