From 5c19c249b5bb1aa4f864951690df38f287b8e228 Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Wed, 10 Jul 2024 17:21:28 -0700 Subject: [PATCH] Fix GA config Trying to install Google Analytics tag in the curriculum guide. The previous config didn't work and hence trying this new approach. Ref: https://github.com/data-8/textbook/blob/main/_config.yml --- _config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index e6b792b..24c5481 100755 --- a/_config.yml +++ b/_config.yml @@ -17,7 +17,7 @@ ####################################################################################### title: Curriculum Guide logo: images/logo/logo.png -author: Christopher pyles and Balaji Alwar +author: Christopher Pyles and Balaji Alwar email: balajialwar@berkeley.edu description: >- This is a guide to building courses at UC Berkeley leveraging the Division of Data Sciences @@ -36,8 +36,7 @@ scholar: # Navigate to https://analytics.google.com, add a new property for your jupyter book and copy the tracking id here. html: - google_analytics: - mytrackingcode: 'G-470CXFNJ3W' # Replace 'YOUR_TRACKING_ID' with your actual Google Analytics tracking ID + google_analytics_id: "G-470CXFNJ3W" # A GA id that can be used to track website views. content_folder_name: / # The folder where your raw content (notebooks/markdown files) are located images_url: /assets/images # Path to static image files css_url: /assets/css # Path to static CSS files @@ -47,7 +46,7 @@ html: ####################################################################################### repository: - url : https://github.com/balajialg/curriculum-guide # The URL to your book's repository + url : https://github.com/ds-modules/curriculum-guide # The URL to your book's repository branch : main # Main page settings