https://github.com/ubclaunchpad/vuepress-plugin-fathom
🔌 A simple VuePress plugin for Fathom Analytics
https://github.com/ubclaunchpad/vuepress-plugin-fathom
analytics fathom javascript plugin vuepress
Last synced: about 8 hours ago
JSON representation
🔌 A simple VuePress plugin for Fathom Analytics
- Host: GitHub
- URL: https://github.com/ubclaunchpad/vuepress-plugin-fathom
- Owner: ubclaunchpad
- License: mit
- Created: 2020-05-06T19:08:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T15:42:16.000Z (about 6 years ago)
- Last Synced: 2025-08-08T23:47:54.946Z (11 months ago)
- Topics: analytics, fathom, javascript, plugin, vuepress
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vuepress-plugin-fathom 
A simple VuePress plugin for Fathom Analytics.
```sh
npm i -s @ubclaunchpad/vuepress-plugin-fathom
```
```js
module.exports = {
// ...
plugins: [
['@ubclaunchpad/fathom', {
'siteID': 'XXXXXXXX',
}],
],
}
```