Skip to content

Commit 3d708a6

Browse files
committed
Add fathom
1 parent 75c896b commit 3d708a6

3 files changed

Lines changed: 47 additions & 1 deletion

File tree

gatsby-config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,13 @@ module.exports = {
33
title: 'Blocks',
44
description: 'An MDX-based WYSIWYG for the content web'
55
},
6-
plugins: ['gatsby-theme-documentation']
6+
plugins: [
7+
'gatsby-theme-documentation',
8+
{
9+
resolve: 'gatsby-plugin-fathom',
10+
options: {
11+
siteId: 'YFORTJIX'
12+
}
13+
}
14+
]
715
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
]
3535
},
3636
"dependencies": {
37+
"gatsby-plugin-fathom": "^1.1.0",
3738
"gatsby-theme-documentation": "^0.0.18"
3839
}
3940
}

yarn.lock

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,13 @@
740740
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
741741
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
742742

743+
"@babel/runtime@7.1.2":
744+
version "7.1.2"
745+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.1.2.tgz#81c89935f4647706fc54541145e6b4ecfef4b8e3"
746+
integrity sha512-Y3SCjmhSupzFB6wcv1KmmFucH6gDVnI30WjOcicV10ju0cZjak3Jcs67YLIXBrmZYw1xCrVeJPbycFwrqNyxpg==
747+
dependencies:
748+
regenerator-runtime "^0.12.0"
749+
743750
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.2.0", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.3", "@babel/runtime@^7.4.5":
744751
version "7.5.5"
745752
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.5.5.tgz#74fba56d35efbeca444091c7850ccd494fd2f132"
@@ -6627,6 +6634,14 @@ gatsby-plugin-compile-es6-packages@^1.1.0:
66276634
"@babel/runtime" "^7.0.0"
66286635
regex-escape "^3.4.8"
66296636

6637+
gatsby-plugin-fathom@^1.1.0:
6638+
version "1.1.0"
6639+
resolved "https://registry.yarnpkg.com/gatsby-plugin-fathom/-/gatsby-plugin-fathom-1.1.0.tgz#d9f0b079b86e80d8c373f0d5ef7a27733f240d14"
6640+
integrity sha512-a6XvWKJ/aV3kaPU30gIvz8S+poiwH/jmJJ+3YIZPfV962jy3tTzPpTwKAqdeeW5lS9P3tJIwKxH9pEETf5HnuQ==
6641+
dependencies:
6642+
"@babel/runtime" "7.1.2"
6643+
react "16.5.2"
6644+
66306645
gatsby-plugin-mdx@^1.0.12:
66316646
version "1.0.13"
66326647
resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.0.13.tgz#2b24226bceb839d6ec6b05d89c60d4a922216b53"
@@ -12434,6 +12449,16 @@ react-youtube@^7.9.0:
1243412449
prop-types "^15.5.3"
1243512450
youtube-player "^5.5.1"
1243612451

12452+
react@16.5.2:
12453+
version "16.5.2"
12454+
resolved "https://registry.yarnpkg.com/react/-/react-16.5.2.tgz#19f6b444ed139baa45609eee6dc3d318b3895d42"
12455+
integrity sha512-FDCSVd3DjVTmbEAjUNX6FgfAmQ+ypJfHUsqUJOYNCBUp1h8lqmtC+0mXJ+JjsWx4KAVTkk1vKd1hLQPvEviSuw==
12456+
dependencies:
12457+
loose-envify "^1.1.0"
12458+
object-assign "^4.1.1"
12459+
prop-types "^15.6.2"
12460+
schedule "^0.5.0"
12461+
1243712462
react@^16.2.0, react@^16.8.0, react@^16.8.4, react@^16.8.6:
1243812463
version "16.8.6"
1243912464
resolved "https://registry.yarnpkg.com/react/-/react-16.8.6.tgz#ad6c3a9614fd3a4e9ef51117f54d888da01f2bbe"
@@ -12684,6 +12709,11 @@ regenerator-runtime@^0.11.0:
1268412709
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
1268512710
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
1268612711

12712+
regenerator-runtime@^0.12.0:
12713+
version "0.12.1"
12714+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de"
12715+
integrity sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==
12716+
1268712717
regenerator-runtime@^0.13.2:
1268812718
version "0.13.2"
1268912719
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz#32e59c9a6fb9b1a4aff09b4930ca2d4477343447"
@@ -13176,6 +13206,13 @@ sax@^1.2.4, sax@~1.2.4:
1317613206
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
1317713207
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
1317813208

13209+
schedule@^0.5.0:
13210+
version "0.5.0"
13211+
resolved "https://registry.yarnpkg.com/schedule/-/schedule-0.5.0.tgz#c128fffa0b402488b08b55ae74bb9df55cc29cc8"
13212+
integrity sha512-HUcJicG5Ou8xfR//c2rPT0lPIRR09vVvN81T9fqfVgBmhERUbDEQoYKjpBxbueJnCPpSu2ujXzOnRQt6x9o/jw==
13213+
dependencies:
13214+
object-assign "^4.1.1"
13215+
1317913216
scheduler@^0.13.2, scheduler@^0.13.6:
1318013217
version "0.13.6"
1318113218
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.6.tgz#466a4ec332467b31a91b9bf74e5347072e4cd889"

0 commit comments

Comments
 (0)