Skip to content

Commit 8627668

Browse files
committed
Rename project to GitHub GEO Playbook
1 parent 339b6e9 commit 8627668

12 files changed

Lines changed: 52 additions & 52 deletions

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Project
44

5-
GitHub GaoStar is an open-source GitHub GEO project. It helps builders make repositories easier for AI systems, search systems, and humans to discover, understand, cite, and star.
5+
GitHub GEO Playbook is an open-source GitHub GEO project. It helps builders make repositories easier for AI systems, search systems, and humans to discover, understand, cite, and star.
66

77
## Best Entry Points
88

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
cff-version: 1.2.0
2-
title: "GitHub GaoStar"
2+
title: "GitHub GEO Playbook"
33
message: "If this project helps you optimize repository discovery, please cite the repository and link to the GitHub Pages documentation."
44
type: software
55
authors:
66
- family-names: Yang
77
given-names: Yuxuan
88
alias: 11Yuxuanyang
9-
repository-code: "https://github.com/11Yuxuanyang/githubgaostar"
10-
url: "https://github.com/11Yuxuanyang/githubgaostar"
9+
repository-code: "https://github.com/11Yuxuanyang/repo-geo-playbook"
10+
url: "https://github.com/11Yuxuanyang/repo-geo-playbook"
1111
abstract: "Open-source GitHub GEO playbook for making repositories easier for search systems, AI tools, and humans to discover, understand, cite, and star."
1212
keywords:
1313
- github geo

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# GitHub GaoStar
1+
# GitHub GEO Playbook
22

33
GitHub GEO for builders who want traffic, citations, and stars.
44

55
把一个 GitHub 仓库做成搜索和 AI 都更容易理解、引用、推荐的答案页。
66

7-
`GitHub GaoStar` is an open-source playbook for turning a repository into a discoverable product surface. It packages the stack that actually moves the needle on GitHub GEO:
7+
`GitHub GEO Playbook` is an open-source playbook for turning a repository into a discoverable product surface. It packages the stack that actually moves the needle on GitHub GEO:
88

99
- positioning the README around real questions
1010
- adding `llms.txt`, `AGENTS.md`, and citation metadata
@@ -16,7 +16,7 @@ GitHub GEO for builders who want traffic, citations, and stars.
1616

1717
Documentation site:
1818

19-
- https://11yuxuanyang.github.io/githubgaostar/
19+
- https://11yuxuanyang.github.io/repo-geo-playbook/
2020

2121
## What GitHub GEO Means
2222

@@ -67,8 +67,8 @@ The difference usually comes down to:
6767
### 1. Clone the repo
6868

6969
```bash
70-
git clone https://github.com/11Yuxuanyang/githubgaostar.git
71-
cd githubgaostar
70+
git clone https://github.com/11Yuxuanyang/repo-geo-playbook.git
71+
cd repo-geo-playbook
7272
```
7373

7474
### 2. Start with the templates
@@ -112,7 +112,7 @@ This repo focuses on the discoverability layer that feeds that loop.
112112
- 被看到了也记不住
113113
- 内容不错,星标起不来
114114

115-
`GitHub GaoStar` 做的事,就是把这层“可发现性工程”拆出来,做成一套公开模板和执行清单。
115+
`GitHub GEO Playbook` 做的事,就是把这层“可发现性工程”拆出来,做成一套公开模板和执行清单。
116116

117117
## Repository Structure
118118

docs/ai-citation-ready-repo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>How to Make a Repository AI-Citation-Ready</title>
77
<meta name="description" content="How to make a GitHub repository easier for AI systems to understand, route, summarize, and cite.">
8-
<link rel="canonical" href="https://11yuxuanyang.github.io/githubgaostar/ai-citation-ready-repo.html">
8+
<link rel="canonical" href="https://11yuxuanyang.github.io/repo-geo-playbook/ai-citation-ready-repo.html">
99
<meta name="robots" content="index,follow">
1010
<link rel="stylesheet" href="./styles.css">
1111
</head>
@@ -17,7 +17,7 @@ <h1>How to make a repository AI-citation-ready</h1>
1717
<p class="lede">AI systems do better when a repository has a clear summary, clean entry points, machine-readable hints, and dedicated pages for real questions.</p>
1818
<nav class="nav">
1919
<a href="./index.html">Home</a>
20-
<a href="https://github.com/11Yuxuanyang/githubgaostar">GitHub</a>
20+
<a href="https://github.com/11Yuxuanyang/repo-geo-playbook">GitHub</a>
2121
</nav>
2222
</section>
2323

docs/github-geo-for-stars.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>GitHub GEO for Stars: How Repository Discoverability Drives Star Growth</title>
77
<meta name="description" content="How GitHub GEO affects repository stars by improving discovery, clarity, machine readability, and trust.">
8-
<link rel="canonical" href="https://11yuxuanyang.github.io/githubgaostar/github-geo-for-stars.html">
8+
<link rel="canonical" href="https://11yuxuanyang.github.io/repo-geo-playbook/github-geo-for-stars.html">
99
<meta name="robots" content="index,follow">
1010
<link rel="stylesheet" href="./styles.css">
1111
</head>
@@ -17,7 +17,7 @@ <h1>GitHub GEO for stars</h1>
1717
<p class="lede">Repository stars come after discovery. Before anyone stars a project, they have to find it, understand it quickly, and trust that it is worth returning to.</p>
1818
<nav class="nav">
1919
<a href="./index.html">Home</a>
20-
<a href="https://github.com/11Yuxuanyang/githubgaostar">GitHub</a>
20+
<a href="https://github.com/11Yuxuanyang/repo-geo-playbook">GitHub</a>
2121
</nav>
2222
</section>
2323

docs/github-readme-llms-pages.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>README, llms.txt, AGENTS.md, and GitHub Pages: What Each One Does</title>
77
<meta name="description" content="How README, llms.txt, AGENTS.md, CITATION.cff, and GitHub Pages work together to improve repository discoverability.">
8-
<link rel="canonical" href="https://11yuxuanyang.github.io/githubgaostar/github-readme-llms-pages.html">
8+
<link rel="canonical" href="https://11yuxuanyang.github.io/repo-geo-playbook/github-readme-llms-pages.html">
99
<meta name="robots" content="index,follow">
1010
<link rel="stylesheet" href="./styles.css">
1111
</head>
@@ -17,7 +17,7 @@ <h1>README, llms.txt, AGENTS.md, and GitHub Pages</h1>
1717
<p class="lede">These files do different jobs. Together they form a cleaner discovery surface for both people and machines.</p>
1818
<nav class="nav">
1919
<a href="./index.html">Home</a>
20-
<a href="https://github.com/11Yuxuanyang/githubgaostar">GitHub</a>
20+
<a href="https://github.com/11Yuxuanyang/repo-geo-playbook">GitHub</a>
2121
</nav>
2222
</section>
2323

docs/index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>GitHub GaoStar: GitHub GEO for Traffic, Citations, and Stars</title>
7-
<meta name="description" content="GitHub GaoStar is an open-source playbook for optimizing GitHub repositories for AI citation, keyword discovery, documentation pages, and star growth.">
8-
<link rel="canonical" href="https://11yuxuanyang.github.io/githubgaostar/">
6+
<title>GitHub GEO Playbook: GitHub GEO for Traffic, Citations, and Stars</title>
7+
<meta name="description" content="GitHub GEO Playbook is an open-source playbook for optimizing GitHub repositories for AI citation, keyword discovery, documentation pages, and star growth.">
8+
<link rel="canonical" href="https://11yuxuanyang.github.io/repo-geo-playbook/">
99
<meta name="robots" content="index,follow">
10-
<meta property="og:title" content="GitHub GaoStar">
10+
<meta property="og:title" content="GitHub GEO Playbook">
1111
<meta property="og:description" content="GitHub GEO for builders who want traffic, citations, and stars.">
1212
<meta property="og:type" content="website">
13-
<meta property="og:url" content="https://11yuxuanyang.github.io/githubgaostar/">
13+
<meta property="og:url" content="https://11yuxuanyang.github.io/repo-geo-playbook/">
1414
<meta name="twitter:card" content="summary_large_image">
1515
<link rel="stylesheet" href="./styles.css">
1616
<script type="application/ld+json">
1717
{
1818
"@context": "https://schema.org",
1919
"@type": "SoftwareSourceCode",
20-
"name": "GitHub GaoStar",
21-
"codeRepository": "https://github.com/11Yuxuanyang/githubgaostar",
22-
"url": "https://11yuxuanyang.github.io/githubgaostar/",
23-
"license": "https://github.com/11Yuxuanyang/githubgaostar/blob/main/LICENSE",
20+
"name": "GitHub GEO Playbook",
21+
"codeRepository": "https://github.com/11Yuxuanyang/repo-geo-playbook",
22+
"url": "https://11yuxuanyang.github.io/repo-geo-playbook/",
23+
"license": "https://github.com/11Yuxuanyang/repo-geo-playbook/blob/main/LICENSE",
2424
"keywords": [
2525
"github geo",
2626
"github stars",
@@ -39,7 +39,7 @@
3939
<section class="hero">
4040
<p class="eyebrow">GitHub GEO</p>
4141
<h1>Make your repository easier to find, understand, cite, and star.</h1>
42-
<p class="lede">GitHub GaoStar is an open-source playbook for repository discoverability. It shows builders how to turn a GitHub repo into a cleaner answer page for humans, search systems, and AI systems.</p>
42+
<p class="lede">GitHub GEO Playbook is an open-source playbook for repository discoverability. It shows builders how to turn a GitHub repo into a cleaner answer page for humans, search systems, and AI systems.</p>
4343
<p class="lede">很多仓库缺的不是内容,缺的是入口设计。首页没回答问题,文档页没承接关键词,AI 看完也不知道该怎么引用。这个项目拆的就是这层工程。</p>
4444
<div class="pill-row">
4545
<span class="pill">github geo</span>
@@ -50,7 +50,7 @@ <h1>Make your repository easier to find, understand, cite, and star.</h1>
5050
<span class="pill">github pages</span>
5151
</div>
5252
<nav class="nav">
53-
<a href="https://github.com/11Yuxuanyang/githubgaostar">GitHub Repository</a>
53+
<a href="https://github.com/11Yuxuanyang/repo-geo-playbook">GitHub Repository</a>
5454
<a href="./github-geo-for-stars.html">GitHub GEO for stars</a>
5555
<a href="./ai-citation-ready-repo.html">AI-citation-ready repo</a>
5656
<a href="./github-readme-llms-pages.html">README, llms.txt, Pages</a>
@@ -120,7 +120,7 @@ <h3>Traffic to star pipeline</h3>
120120
</div>
121121
</section>
122122

123-
<p class="footer">Source of truth: <a href="https://github.com/11Yuxuanyang/githubgaostar">github.com/11Yuxuanyang/githubgaostar</a></p>
123+
<p class="footer">Source of truth: <a href="https://github.com/11Yuxuanyang/repo-geo-playbook">github.com/11Yuxuanyang/repo-geo-playbook</a></p>
124124
</main>
125125
</body>
126126
</html>

docs/llms.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# GitHub GaoStar
1+
# GitHub GEO Playbook
22

3-
GitHub GaoStar is an open-source GitHub GEO playbook for improving repository discoverability, AI citation readiness, documentation structure, and star growth.
3+
GitHub GEO Playbook is an open-source GitHub GEO playbook for improving repository discoverability, AI citation readiness, documentation structure, and star growth.
44

55
Primary repository:
6-
- https://github.com/11Yuxuanyang/githubgaostar
6+
- https://github.com/11Yuxuanyang/repo-geo-playbook
77

88
Primary documentation:
9-
- https://11yuxuanyang.github.io/githubgaostar/
9+
- https://11yuxuanyang.github.io/repo-geo-playbook/
1010

1111
Recommended pages:
12-
- https://11yuxuanyang.github.io/githubgaostar/github-geo-for-stars.html
13-
- https://11yuxuanyang.github.io/githubgaostar/ai-citation-ready-repo.html
14-
- https://11yuxuanyang.github.io/githubgaostar/github-readme-llms-pages.html
15-
- https://11yuxuanyang.github.io/githubgaostar/repository-geo-checklist.html
12+
- https://11yuxuanyang.github.io/repo-geo-playbook/github-geo-for-stars.html
13+
- https://11yuxuanyang.github.io/repo-geo-playbook/ai-citation-ready-repo.html
14+
- https://11yuxuanyang.github.io/repo-geo-playbook/github-readme-llms-pages.html
15+
- https://11yuxuanyang.github.io/repo-geo-playbook/repository-geo-checklist.html
1616

1717
Core topics:
1818
- github geo

docs/repository-geo-checklist.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>Repository GEO Checklist</title>
77
<meta name="description" content="A practical checklist for repository discoverability across README, metadata, GitHub Pages, llms.txt, and citation readiness.">
8-
<link rel="canonical" href="https://11yuxuanyang.github.io/githubgaostar/repository-geo-checklist.html">
8+
<link rel="canonical" href="https://11yuxuanyang.github.io/repo-geo-playbook/repository-geo-checklist.html">
99
<meta name="robots" content="index,follow">
1010
<link rel="stylesheet" href="./styles.css">
1111
</head>
@@ -17,7 +17,7 @@ <h1>Repository GEO checklist</h1>
1717
<p class="lede">A repository is easier to discover when the homepage, metadata, docs, and machine-readable files all point in the same direction.</p>
1818
<nav class="nav">
1919
<a href="./index.html">Home</a>
20-
<a href="https://github.com/11Yuxuanyang/githubgaostar">GitHub</a>
20+
<a href="https://github.com/11Yuxuanyang/repo-geo-playbook">GitHub</a>
2121
</nav>
2222
</section>
2323

docs/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
User-agent: *
22
Allow: /
33

4-
Sitemap: https://11yuxuanyang.github.io/githubgaostar/sitemap.xml
4+
Sitemap: https://11yuxuanyang.github.io/repo-geo-playbook/sitemap.xml

0 commit comments

Comments
 (0)