Skip to content

Commit c3ea185

Browse files
Add Google Search Console verification file
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9361c63 commit c3ea185

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

generate-index.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,13 @@ func main() {
5959
os.Exit(1)
6060
}
6161

62-
// Copy CNAME to site directory
62+
// Copy CNAME and static root files to site directory
6363
if cname, err := os.ReadFile("CNAME"); err == nil {
6464
os.WriteFile("site/CNAME", cname, 0644)
6565
}
66+
if vf, err := os.ReadFile("google3f45b72e3ef79ea3.html"); err == nil {
67+
os.WriteFile("site/google3f45b72e3ef79ea3.html", vf, 0644)
68+
}
6669

6770
totalRepos := 0
6871
for _, cat := range cfg.Categories {

google3f45b72e3ef79ea3.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: google3f45b72e3ef79ea3.html

0 commit comments

Comments
 (0)