Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions docs/_includes/masthead.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{% capture logo_path %}{{ site.logo }}{% endcapture %}

<div class="masthead">
<div class="rag-topbar" aria-label="TREC RAG participant links">
<div class="rag-topbar__inner">
<a href="https://github.com/TREC-RAG/trec-rag-data/tree/main/trec-rag-2026/test-data">Official TREC RAG 2026 test topics are available.</a>
<a href="https://groups.google.com/g/trec-rag-2026-participants">Join the participant mailing list →</a>
</div>
</div>
<div class="masthead__inner-wrap">
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">
Expand Down
42 changes: 24 additions & 18 deletions docs/_site/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
<head>
<meta charset="utf-8">

<!-- begin _includes/seo.html --><title>Page Not Found - RAG</title>
<!-- begin _includes/seo.html --><title>Page Not Found - TREC RAG</title>
<meta name="description" content="Page not found. Your pixels are in another canvas.">


<meta name="author" content="RAG">
<meta name="author" content="TREC RAG 2026">



<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="RAG">
<meta property="og:site_name" content="TREC RAG">
<meta property="og:title" content="Page Not Found">
<meta property="og:url" content="http://localhost:4001/404.html">
<meta property="og:url" content="http://localhost:4000/404.html">


<meta property="og:description" content="Page not found. Your pixels are in another canvas.">
Expand All @@ -33,7 +33,7 @@
<meta name="twitter:site" content="@TREC_RAG">
<meta name="twitter:title" content="Page Not Found">
<meta name="twitter:description" content="Page not found. Your pixels are in another canvas.">
<meta name="twitter:url" content="http://localhost:4001/404.html">
<meta name="twitter:url" content="http://localhost:4000/404.html">


<meta name="twitter:card" content="summary">
Expand All @@ -53,7 +53,7 @@



<link rel="canonical" href="http://localhost:4001/404.html">
<link rel="canonical" href="http://localhost:4000/404.html">



Expand All @@ -63,8 +63,8 @@
"@context": "https://schema.org",

"@type": "Person",
"name": "TREC Retrieval-Augmented Generation (RAG)",
"url": "http://localhost:4001/"
"name": "TREC Retrieval-Augmented Generation (RAG) Track",
"url": "http://localhost:4000/"

}
</script>
Expand All @@ -79,7 +79,7 @@



<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="RAG Feed">
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="TREC RAG Feed">


<!-- https://t.co/dKP3o1e -->
Expand Down Expand Up @@ -121,15 +121,21 @@


<div class="masthead">
<div class="rag-topbar" aria-label="TREC RAG participant links">
<div class="rag-topbar__inner">
<a href="https://github.com/TREC-RAG/trec-rag-data/tree/main/trec-rag-2026/test-data">Official TREC RAG 2026 test topics are available.</a>
<a href="https://groups.google.com/g/trec-rag-2026-participants">Join the participant mailing list →</a>
</div>
</div>
<div class="masthead__inner-wrap">
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">

<a class="site-logo" href="/"><img src="/assets/images/rag_icon.png" alt="RAG"></a>
<a class="site-logo" href="/"><img src="/assets/images/trec-rag-2026-logo.svg" alt="TREC RAG 2026"></a>

<a class="site-title" href="/">
RAG
<span class="site-subtitle">TREC Retrieval-Augmented Generation</span>
TREC RAG 2026
<span class="site-subtitle">Retrieval-Augmented Generation Track</span>
</a>
<ul class="visible-links"><li class="masthead__menu-item">
<a href="/">Home</a>
Expand Down Expand Up @@ -197,19 +203,19 @@


<div class="author__avatar">
<a href="http://localhost:4001/">
<img src="/assets/images/rag_icon.png" alt="RAG" itemprop="image" class="u-photo">
<a href="http://localhost:4000/">
<img src="/assets/images/trec-rag-2026-logo.svg" alt="TREC RAG 2026" itemprop="image" class="u-photo">
</a>
</div>


<div class="author__content">
<h3 class="author__name p-name" itemprop="name">
<a class="u-url" rel="me" href="http://localhost:4001/" itemprop="url">RAG</a>
<a class="u-url" rel="me" href="http://localhost:4000/" itemprop="url">TREC RAG 2026</a>
</h3>

<div class="author__bio p-note" itemprop="description">
<p>Retrieval-Augmented Generation</p>
<p>Retrieval-Augmented Generation Track</p>

</div>

Expand Down Expand Up @@ -322,7 +328,7 @@ <h3 class="author__name p-name" itemprop="name">

<header>
<h1 id="page-title" class="page__title p-name" itemprop="headline">
<a href="http://localhost:4001/404.html" class="u-url" itemprop="url">Page Not Found
<a href="http://localhost:4000/404.html" class="u-url" itemprop="url">Page Not Found
</a>
</h1>

Expand Down Expand Up @@ -404,7 +410,7 @@ <h1 id="page-title" class="page__title p-name" itemprop="headline">
</ul>
</div>

<div class="page__footer-copyright">&copy; 2026 TREC Retrieval-Augmented Generation (RAG). Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>
<div class="page__footer-copyright">&copy; 2026 TREC Retrieval-Augmented Generation (RAG) Track. Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>

</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/_site/assets/css/main.css

Large diffs are not rendered by default.

46 changes: 26 additions & 20 deletions docs/_site/categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,31 @@
<head>
<meta charset="utf-8">

<!-- begin _includes/seo.html --><title>Posts by Category - RAG</title>
<meta name="description" content="TREC RAG Official Website">
<!-- begin _includes/seo.html --><title>Posts by Category - TREC RAG</title>
<meta name="description" content="TREC RAG 2026 Official Website">


<meta name="author" content="RAG">
<meta name="author" content="TREC RAG 2026">



<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="RAG">
<meta property="og:site_name" content="TREC RAG">
<meta property="og:title" content="Posts by Category">
<meta property="og:url" content="http://localhost:4001/categories/">
<meta property="og:url" content="http://localhost:4000/categories/">


<meta property="og:description" content="TREC RAG Official Website">
<meta property="og:description" content="TREC RAG 2026 Official Website">





<meta name="twitter:site" content="@TREC_RAG">
<meta name="twitter:title" content="Posts by Category">
<meta name="twitter:description" content="TREC RAG Official Website">
<meta name="twitter:url" content="http://localhost:4001/categories/">
<meta name="twitter:description" content="TREC RAG 2026 Official Website">
<meta name="twitter:url" content="http://localhost:4000/categories/">


<meta name="twitter:card" content="summary">
Expand All @@ -53,7 +53,7 @@



<link rel="canonical" href="http://localhost:4001/categories/">
<link rel="canonical" href="http://localhost:4000/categories/">



Expand All @@ -63,8 +63,8 @@
"@context": "https://schema.org",

"@type": "Person",
"name": "TREC Retrieval-Augmented Generation (RAG)",
"url": "http://localhost:4001/"
"name": "TREC Retrieval-Augmented Generation (RAG) Track",
"url": "http://localhost:4000/"

}
</script>
Expand All @@ -79,7 +79,7 @@



<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="RAG Feed">
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="TREC RAG Feed">


<!-- https://t.co/dKP3o1e -->
Expand Down Expand Up @@ -121,15 +121,21 @@


<div class="masthead">
<div class="rag-topbar" aria-label="TREC RAG participant links">
<div class="rag-topbar__inner">
<a href="https://github.com/TREC-RAG/trec-rag-data/tree/main/trec-rag-2026/test-data">Official TREC RAG 2026 test topics are available.</a>
<a href="https://groups.google.com/g/trec-rag-2026-participants">Join the participant mailing list →</a>
</div>
</div>
<div class="masthead__inner-wrap">
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">

<a class="site-logo" href="/"><img src="/assets/images/rag_icon.png" alt="RAG"></a>
<a class="site-logo" href="/"><img src="/assets/images/trec-rag-2026-logo.svg" alt="TREC RAG 2026"></a>

<a class="site-title" href="/">
RAG
<span class="site-subtitle">TREC Retrieval-Augmented Generation</span>
TREC RAG 2026
<span class="site-subtitle">Retrieval-Augmented Generation Track</span>
</a>
<ul class="visible-links"><li class="masthead__menu-item">
<a href="/">Home</a>
Expand Down Expand Up @@ -195,19 +201,19 @@


<div class="author__avatar">
<a href="http://localhost:4001/">
<img src="/assets/images/rag_icon.png" alt="RAG" itemprop="image" class="u-photo">
<a href="http://localhost:4000/">
<img src="/assets/images/trec-rag-2026-logo.svg" alt="TREC RAG 2026" itemprop="image" class="u-photo">
</a>
</div>


<div class="author__content">
<h3 class="author__name p-name" itemprop="name">
<a class="u-url" rel="me" href="http://localhost:4001/" itemprop="url">RAG</a>
<a class="u-url" rel="me" href="http://localhost:4000/" itemprop="url">TREC RAG 2026</a>
</h3>

<div class="author__bio p-note" itemprop="description">
<p>Retrieval-Augmented Generation</p>
<p>Retrieval-Augmented Generation Track</p>

</div>

Expand Down Expand Up @@ -1080,7 +1086,7 @@ <h2 class="archive__item-title no_toc" itemprop="headline">
</ul>
</div>

<div class="page__footer-copyright">&copy; 2026 TREC Retrieval-Augmented Generation (RAG). Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>
<div class="page__footer-copyright">&copy; 2026 TREC Retrieval-Augmented Generation (RAG) Track. Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>

</footer>
</div>
Expand Down
Loading