Commit graph

14 commits

Author SHA1 Message Date
ab9021c408 Add DrupalCamp London workshop 2020-03-14 21:12:42 +00:00
a43d1059ef Update company address 2020-03-08 19:03:38 +00:00
2b591083f0 Fix compile errors due to prettier changes 2020-03-08 18:59:29 +00:00
85a10c545b Run prettier on all *.md files
```
prettier '{app,source}/**/**.md' --write
```
2020-03-08 17:57:45 +00:00
6ca85f2079 Add BlueConf 2020-01-25 07:09:14 +00:00
3f8bd0a4a8 Remove experience page 2020-01-23 19:13:21 +00:00
1c3d7f820f Change filters into functions 2019-12-27 13:56:51 +00:00
7955042ec0 Rename getTalks function 2019-12-27 12:42:05 +00:00
9de8a8e5bc Update speaker bio 2019-12-27 00:10:02 +00:00
dbb6553e02 Move Markdown link URLs 2019-12-27 00:05:51 +00:00
1da6cf1489
Add DrupalCon Amsterdam 2019-11-17 22:29:57 +00:00
4cfbb6b3a1 Ensure that spaces are consistent 2019-11-12 22:50:10 +00:00
ee18292499 Update job role 2019-11-09 17:48:55 +00:00
d97621c42c Group pages within their own directory
Add `pages` as it's own content type, and move all page content into
the appropriate directory.

Any references to `layout` in the YAML front matter has also been
removed as it's implied by the content type. Except for `about.md`
which does explicity use a different layout.
2019-10-18 07:15:55 +01:00