Skip to content

Commit bc6819d

Browse files
author
Kristopher Turner
committed
chore: add sitemap plugin, GA4 analytics placeholder, and robots.txt
1 parent ae350e3 commit bc6819d

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

docs/robots.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Allow: /
3+
4+
Sitemap: https://azurelocal.github.io/azurelocal-training/sitemap.xml

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,12 @@ markdown_extensions:
5656

5757
plugins:
5858
- search
59+
- sitemap
5960

6061
extra:
62+
analytics:
63+
provider: google
64+
property: G-XXXXXXXXXX # Replace with your GA4 Measurement ID
6165
social:
6266
- icon: fontawesome/brands/x-twitter
6367
link: https://x.com/countrycloudboy

0 commit comments

Comments
 (0)