diff --git a/_data/authors.yml b/_data/authors.yml index 133b415b72..2f60bc1a6b 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -97,6 +97,7 @@ active-authors: - kjones - klau - lcollingwood + - lflinn - lpisani - lperrett - lvincent @@ -693,6 +694,10 @@ authors: lcollingwood: name: "Laurie Collingwood" picture: picture.jpg + lflinn: + name: "Lisa Flinn" + author-summary: "

I am a Software Developer at Scott Logic based in the Glasgow office.

" + picture: picture.jpg lpage: name: "Luke Page" picture: picture.png diff --git a/lflinn/atom.xml b/lflinn/atom.xml new file mode 100644 index 0000000000..1dfa588a2d --- /dev/null +++ b/lflinn/atom.xml @@ -0,0 +1,5 @@ +--- +author: lflinn +layout: atom_feed +--- + diff --git a/lflinn/feed.xml b/lflinn/feed.xml new file mode 100644 index 0000000000..236129c09d --- /dev/null +++ b/lflinn/feed.xml @@ -0,0 +1,5 @@ +--- +author: lflinn +layout: rss_feed +--- + diff --git a/lflinn/index.html b/lflinn/index.html new file mode 100644 index 0000000000..4412ee0d59 --- /dev/null +++ b/lflinn/index.html @@ -0,0 +1,6 @@ +--- +title: Lisa Flinn +layout: default_author +author: lflinn +--- + diff --git a/lflinn/picture.jpg b/lflinn/picture.jpg new file mode 100644 index 0000000000..9807e2c412 Binary files /dev/null and b/lflinn/picture.jpg differ