diff --git a/_data/authors.yml b/_data/authors.yml index 7a164b09c8..18f56b591f 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -62,6 +62,7 @@ active-authors: - jwren - kangel - kcoombes + - kclark - kjones - dhunter - kday @@ -494,6 +495,10 @@ authors: jwright: author-summary: "" name: "John Wright" + kclark: + author-summary: "Test Engineer at Scott Logic born, raise and based in Edinburgh. Gym goer, Book reader, Knitter extraordinaire." + name: "Kira Clark" + picture: picture.png kcoombes: author-summary: "I am a Test Engineer from Newcastle" name: "Kay Coombes" diff --git a/kclark/atom.xml b/kclark/atom.xml new file mode 100644 index 0000000000..3b79352e3f --- /dev/null +++ b/kclark/atom.xml @@ -0,0 +1,5 @@ +--- +author: kclark +layout: atom_feed +--- + diff --git a/kclark/feed.xml b/kclark/feed.xml new file mode 100644 index 0000000000..9d5fc5abe6 --- /dev/null +++ b/kclark/feed.xml @@ -0,0 +1,5 @@ +--- +author: kclark +layout: rss_feed +--- + diff --git a/kclark/index.html b/kclark/index.html new file mode 100644 index 0000000000..911ade5046 --- /dev/null +++ b/kclark/index.html @@ -0,0 +1,6 @@ +--- +title: Kira Clark +author: kclark +layout: default_author +--- + diff --git a/kclark/picture.png b/kclark/picture.png new file mode 100644 index 0000000000..fb19a9b10b Binary files /dev/null and b/kclark/picture.png differ