From 3422256ed7d7cef5b88569914156ad45c6095100 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 24 Sep 2019 16:22:22 -0400 Subject: Add talks page --- _layouts/nav.html | 3 ++- index.md | 1 + talks.md | 12 ++++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 talks.md diff --git a/_layouts/nav.html b/_layouts/nav.html index 3a04970..8fdb1fc 100644 --- a/_layouts/nav.html +++ b/_layouts/nav.html @@ -4,6 +4,7 @@ layout: master {{ content }} diff --git a/index.md b/index.md index 16ad2ff..0c78af2 100644 --- a/index.md +++ b/index.md @@ -7,6 +7,7 @@ title: Ben Burwell - [Blog](/posts/) - [Projects](/projects.html) +- [Talks](/talks.html) - [Tech theatre](/theatre.html) - Email: anything @benburwell.com diff --git a/talks.md b/talks.md new file mode 100644 index 0000000..3d5b48f --- /dev/null +++ b/talks.md @@ -0,0 +1,12 @@ +--- +title: Ben Burwell's Talks +--- + +# Ben's Talks + +Talks I've given, ordered chronologically. + +* 2019-09-24 [_Writing Idiomatic Tests in Go_][testing-slides] at [Boston Golang Meetup][testing-event] + +[testing-slides]: https://talks.godoc.org/github.com/benburwell/testing-talk/testing-talk.slide +[testing-event]: https://www.meetup.com/bostongo/events/264525300/ -- cgit v1.2.3