Skip to content

Commit fb4aee9

Browse files
authored
Updated for v0.4.0
1 parent 0c90ebf commit fb4aee9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ social:
1616
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
1717
instagram: username # Your username
1818
twitter: handle # Your handle (without the @)
19+
x: handle # Your handle (without the @)
1920
snapchat: username # Username others use to add you
2021
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>
2122
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>
2223
url: https://kieranwood.ca # The URL the site will be hosted on (used by resume)
2324
examples: true # If you want to include the example.md files in your final build (good for developing new themes)
2425
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
2628
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

Comments
 (0)