File tree Expand file tree Collapse file tree 6 files changed +81
-0
lines changed
Expand file tree Collapse file tree 6 files changed +81
-0
lines changed Original file line number Diff line number Diff line change 11# github-code-search
22
3+ <img src =" docs/public/logo.svg " alt =" github-code-search logo " width =" 80 " align =" right " >
4+
35[ ![ Docs] ( https://img.shields.io/badge/docs-fulll.github.io%2Fgithub--code--search-blue )] ( https://fulll.github.io/github-code-search/ )
46[ ![ Latest release] ( https://img.shields.io/github/v/release/fulll/github-code-search )] ( https://github.com/fulll/github-code-search/releases/latest )
57
Original file line number Diff line number Diff line change @@ -27,6 +27,14 @@ export default defineConfig({
2727 // ── Head ───────────────────────────────────────────────────────────────────
2828 head : [
2929 // Favicons — fulll brand assets
30+ [
31+ "link" ,
32+ {
33+ rel : "icon" ,
34+ type : "image/svg+xml" ,
35+ href : "/github-code-search/favicon.svg" ,
36+ } ,
37+ ] ,
3038 [
3139 "link" ,
3240 {
@@ -49,6 +57,9 @@ export default defineConfig({
4957 ] ,
5058
5159 themeConfig : {
60+ // ── Logo (top-left, next to title) ───────────────────────────────────────
61+ logo : "/logo.svg" ,
62+
5263 // ── Nav ──────────────────────────────────────────────────────────────────
5364 nav : [
5465 {
Original file line number Diff line number Diff line change @@ -81,6 +81,10 @@ body::before {
8181 );
8282}
8383
84+ .VPNavBarTitle span {
85+ letter-spacing : -1px ;
86+ }
87+
8488/* ── Hero terminal demo image ────────────────────────────────────────────── */
8589.VPHero .image {
8690 display : flex;
Original file line number Diff line number Diff line change 55 name : " github-code-search"
66 text : " Search GitHub code across your org"
77 tagline : Per-repository aggregation · Keyboard-driven TUI · Markdown & JSON output
8+ image :
9+ src : /logo.svg
10+ alt : github-code-search
811 actions :
912 - theme : brand
1013 text : Get Started
You can’t perform that action at this time.
0 commit comments