-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
74 lines (61 loc) · 1.9 KB
/
Copy path_config.yml
File metadata and controls
74 lines (61 loc) · 1.9 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
title: Ryan Abrams
description: Thoughts on go to market operations and the tools/processes that make it work.
url: "https://www.ryanabrams.com"
baseurl: ""
# Avatar — set to your photo path (e.g. /assets/images/avatar.jpg) or a remote URL
avatar: /assets/images/avatar.jpg
# Author (used by jekyll-seo-tag for structured data and Twitter Cards)
author:
name: Ryan Abrams
twitter: ryabrams
# Social links (used in nav/footer templates)
linkedin_url: "https://linkedin.com/in/ryabrams"
github_url: "https://github.com/ryabrams"
twitter_url: "https://x.com/ryabrams"
# jekyll-seo-tag: Twitter username for twitter:site tag
twitter:
username: ryabrams
# jekyll-seo-tag: logo only feeds JSON-LD structured data (NOT og:image)
logo: /assets/images/avatar.jpg
# Default og:image for static pages (homepage, blog, projects, etc.).
# Scoped to `pages` only so posts keep their own image / gradient placeholder
# on cards; a post sets its own `image:` to override for its og:image.
defaults:
- scope:
path: ""
type: pages
values:
image: /assets/images/social-card.jpg
# jekyll-seo-tag: Person structured data / sameAs links
social:
name: Ryan Abrams
links:
- https://x.com/ryabrams
- https://linkedin.com/in/ryabrams
- https://github.com/ryabrams
# Google Tag Manager
gtm_id: "GTM-TCCWGMLK"
# HubSpot contact form (submitted via the Forms API from _layouts/default.html).
# NOTE: this portal is EU-hosted, so submissions must go to api-eu1.hsforms.com.
hubspot_portal_id: "144580056"
hubspot_form_id: "ca796235-0b98-4b4d-a19e-3ef3be636864"
hubspot_api_host: "api-eu1.hsforms.com"
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /blog/:title/
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
# RSS feed (jekyll-feed)
feed:
path: feed.xml
excerpt_only: true
# Exclude from build
exclude:
- Gemfile
- Gemfile.lock
- README.md
- CLAUDE.md
- vendor/