From 883e7f23089a351ce80636b594e3bc61182cc8b6 Mon Sep 17 00:00:00 2001 From: Lingwei Gu Date: Tue, 7 Jul 2026 16:46:27 -0400 Subject: [PATCH] Redesign TREC RAG 2026 site --- docs/_config.yml | 18 +- docs/_includes/masthead.html | 6 + docs/_site/404.html | 42 +- docs/_site/assets/css/main.css | 2 +- docs/_site/categories/index.html | 46 +- docs/_site/feed.xml | 22 +- docs/_site/index.html | 212 ++---- docs/_site/robots.txt | 2 +- docs/_site/sitemap.xml | 44 +- docs/_site/tags/index.html | 46 +- docs/assets/css/main.scss | 849 ++++++++++++++++++++++ docs/assets/images/trec-rag-2026-hero.png | Bin 0 -> 2129036 bytes docs/assets/images/trec-rag-2026-logo.svg | 17 + docs/index.md | 16 +- 14 files changed, 1059 insertions(+), 263 deletions(-) create mode 100644 docs/assets/images/trec-rag-2026-hero.png create mode 100644 docs/assets/images/trec-rag-2026-logo.svg diff --git a/docs/_config.yml b/docs/_config.yml index 5ea6330..0f9f0b6 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -17,17 +17,17 @@ minimal_mistakes_skin : "contrast" # "air", "aqua", "contrast", "dark", "dirt # Site Settings locale : "en-US" -title : "RAG" +title : "TREC RAG" title_separator : "-" -subtitle : "TREC Retrieval-Augmented Generation" # site tagline that appears below site title in masthead -name : "TREC Retrieval-Augmented Generation (RAG)" -description : "TREC RAG Official Website" +subtitle : "Retrieval-Augmented Generation Track" # site tagline that appears below site title in masthead +name : "TREC Retrieval-Augmented Generation (RAG) Track" +description : "TREC RAG 2026 Official Website" url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" baseurl : # the subpath of your site, e.g. "/blog" repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png" -logo : "/assets/images/rag_icon.png" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" -masthead_title : # overrides the website title displayed in the masthead, use " " for no title +logo : "/assets/images/trec-rag-2026-logo.svg" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" +masthead_title : "TREC RAG 2026" # overrides the website title displayed in the masthead, use " " for no title # breadcrumbs : false # true, false (default) words_per_minute : 200 comments: @@ -105,9 +105,9 @@ analytics: # Site Author author: - name : "RAG" - avatar : "/assets/images/rag_icon.png" - bio : "Retrieval-Augmented Generation" + name : "TREC RAG 2026" + avatar : "/assets/images/trec-rag-2026-logo.svg" + bio : "Retrieval-Augmented Generation Track" location : # "Somewhere" email : links: diff --git a/docs/_includes/masthead.html b/docs/_includes/masthead.html index 0c66aa6..2d61ea4 100644 --- a/docs/_includes/masthead.html +++ b/docs/_includes/masthead.html @@ -1,6 +1,12 @@ {% capture logo_path %}{{ site.logo }}{% endcapture %}
+