You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.yml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,14 @@ social:
16
16
youtube: /channel/channel-ID or custom_url # Your custom url (i.e. https://youtube.com/mkbhd would be just mkbhd) or see this guide to find your channel ID: https://support.google.com/youtube/answer/3250431?hl=en
17
17
instagram: username # Your username
18
18
twitter: handle # Your handle (without the @)
19
+
x: handle # Your handle (without the @)
19
20
snapchat: username # Username others use to add you
20
21
linkedin: name # go to linkedin and go to your profile, your name will be at the end of the url i.e. www.linkedin.com/in/<name>
21
22
facebook: your id # go to facebook and go to your profile, your ID will be at the end of the url i.e. www.facebook.com/<your id>
22
23
url: https://kieranwood.ca # The URL the site will be hosted on (used by resume)
23
24
examples: true # If you want to include the example.md files in your final build (good for developing new themes)
24
25
theme: base # The theme you want to use for your site
25
-
ua_code: UA-000000-0 # The UA code for google analytics
26
+
ga4_id: G-XXXXXXXX # The tracking tag for your google analytics 4 data stream
27
+
ua_code: UA-000000-0 # DEPRECATED: The UA code for google analytics
26
28
resume: false # Whether to generate the resume page or not
27
-
ignore_exif_data : false # Whether to ignore exif data for gallery images
29
+
ignore_exif_data : false # Whether to ignore exif data for gallery images
0 commit comments