diff --git a/_data/authors.yml b/_data/authors.yml index deee10d37..e5fab465b 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -26,6 +26,7 @@ active-authors: - ckoris - colive - cprice + - crobb - csalt - cstephen - cwilton @@ -1535,3 +1536,8 @@ authors: email: rvgoethem@scottlogic.com author-summary: "I am a Lead Dev in the Edinburgh office. I take ideas, add a dash of design, a sprinkle of code, et voilĂ !" picture: picture.png + crobb: + name: "Callum Robb" + email: crobb@scottlogic.com + author-summary: "I am a Senior Test Engineer based in Edinburgh." + picture: picture.jpg \ No newline at end of file diff --git a/crobb/atom.xml b/crobb/atom.xml new file mode 100644 index 000000000..974e7a108 --- /dev/null +++ b/crobb/atom.xml @@ -0,0 +1,4 @@ +--- +author: crobb +layout: atom_feed +--- \ No newline at end of file diff --git a/crobb/feed.xml b/crobb/feed.xml new file mode 100644 index 000000000..8ba9c7be2 --- /dev/null +++ b/crobb/feed.xml @@ -0,0 +1,4 @@ +--- +author: crobb +layout: rss_feed +--- \ No newline at end of file diff --git a/crobb/index.html b/crobb/index.html new file mode 100644 index 000000000..54257137c --- /dev/null +++ b/crobb/index.html @@ -0,0 +1,5 @@ +--- +author: crobb +title: Callum Robb +layout: default_author +--- diff --git a/crobb/picture.jpg b/crobb/picture.jpg new file mode 100644 index 000000000..1ac2802f1 Binary files /dev/null and b/crobb/picture.jpg differ