| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b33db66 commit cada24e
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,8 +33,8 @@ keywords = "agentic AI engineering, LLM orchestration, context engineering, deve | |||
| 33 | 33 | desc = "Paul Scarrone's workshop - essays and experiments on agentic AI engineering, developer experience, shell testing, and software architecture. Contained within are harebrained ideas that have no commercial value... still here... you are one of the special ones." | |
| 34 | 34 | ||
| 35 | 35 | # Default image for Open Graph and Twitter cards if not specified in page frontmatter. | |
| 36 | - # Interim: the GitHub avatar. Phase 1 replaces this with per-post 1200x630 cards. | ||
| 37 | - default_og_image = "https://github.com/ninjapanzer.png" | ||
| 36 | + # 1200x630 card served from this domain. Per-post cards are still future work. | ||
| 37 | + default_og_image = "og-card.png" | ||
| 38 | 38 | # NOTE: `logo` is consumed by the THEME NAV - a non-empty value renders an | |
| 39 | 39 | # <img> above the navigation. Leave it empty unless you want that image. | |
| 40 | 40 | # Structured data reads `organization_logo` below instead, so the two are | |
@@ -54,7 +54,7 @@ organization_logo = "https://github.com/developmeh.png" | |||
| 54 | 54 | author_name = "Paul Scarrone" | |
| 55 | 55 | author_email = "paul@scarrone.co" | |
| 56 | 56 | author_url = "https://developmeh.com/about" | |
| 57 | - author_image = "https://github.com/ninjapanzer.png" | ||
| 57 | + author_image = "paul-scarrone.jpg" | ||
| 58 | 58 | author_job_title = "Principal Software Engineer" | |
| 59 | 59 | author_bio = "Principal software engineer writing about agentic AI workflows, developer experience, and testing the parts of the stack everyone else ignores." | |
| 60 | 60 | person_id = "https://developmeh.com/about#person" | |
@@ -147,4 +147,4 @@ llms_featured = [ | |||
| 147 | 147 | ||
| 148 | 148 | # Bluesky configuration | |
| 149 | 149 | bluesky_handle = "developmeh" | |
| 150 | - bluesky_default_image = "https://github.com/ninjapanzer.png" | ||
| 150 | + bluesky_default_image = "og-card.png" | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments