Skip to content

Commit

Permalink
feat: google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenrockstudios committed Jul 23, 2023
1 parent afbf552 commit 85f0df4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blog/2023-07-21-frog-of-war-dev-update-1/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: frog-of-war-dev-update-1
slug: fow-dev-update-1
title: 'Frog of War: Dev Update 1'
authors: [namrog84]
tags: [frog, game, dev]
Expand Down
7 changes: 6 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,14 @@ const config = {
},
blog: {
blogTitle: 'News',
blogDescription: 'Multiplayer and Fun',
blogDescription: 'Discover fun and simple multiplayer games at Broken Rock Studios. Immerse yourself in thoughtful and compelling gameplay developed by gamers. Come play with us!', // optimal 150-160 char
blogListComponent: '/src/components/BlogListPage',
routeBasePath: '/',
},
gtag: {
trackingID: 'G-595SGCKWD1',
anonymizeIP: true, // GDPR
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
Expand All @@ -57,6 +61,7 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
image: 'img/logo-500x500.png',
metadata: [{name: 'keywords', content: 'broken rock studio, game development, multiplayer'}],
navbar: {
title: 'Broken Rock Studios',
logo: {
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"dependencies": {
"@docusaurus/core": "2.4.1",
"@docusaurus/plugin-google-gtag": "^2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
Expand Down

0 comments on commit 85f0df4

Please sign in to comment.