-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
33 lines (22 loc) · 805 Bytes
/
Copy path_config.yml
File metadata and controls
33 lines (22 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Google Analytics 4 measurement ID. Set to your real ID (e.g. G-ABCDE12345) to enable.
# Leave blank to disable analytics entirely.
google_analytics: G-BEVY8S3VS5
url: https://kieranmaynard.com
plugins:
- jekyll-sitemap
# Chatbot: set this to the deployed worker's /chat URL to enable the AI chat
# widget (Claude-backed; see chatbot-worker/README.md to build + deploy it).
# Leave blank (or remove the line) to disable the chatbot.
# Example: chatbot_worker_url: https://kieranmaynard-chatbot-HASH-REGION.a.run.app/chat
chatbot_worker_url:
# Newsletter signup, hosted by Substack.
substack_url: https://kiroma.substack.com
exclude:
- CLAUDE.md
- README.md
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"