Skip to content

Commit 1a402ed

Browse files
committed
Update pages config
1 parent 0f96acb commit 1a402ed

4 files changed

Lines changed: 27 additions & 0 deletions

File tree

docs/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gem "github-pages", group: :jekyll_plugins

docs/_config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
remote_theme: pages-themes/cayman@v0.2.0
2+
plugins:
3+
- jekyll-remote-theme # add this line to the plugins list if you already have one
4+
5+
title: python-ragability
6+
description: A library and corpus for checking/benchmarking LLMs with regard to properties relevant to their use in RAG systems
7+
8+
show_downloads: "false"

docs/_notes.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Github help:
2+
* https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll
3+
* https://jekyll.github.io/github-metadata/site.github/
4+
* https://pages.github.com/themes/
5+
* https://github.com/pages-themes/cayman
6+
* https://github.com/pages-themes/midnight
7+
* https://github.com/jekyll/minima
8+
* https://github.com/pages-themes/minimal
9+
* https://github.com/pages-themes/slate
10+
* https://github.com/pages-themes/tactile
11+
* Customize theme: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll
12+
13+
14+
Test locally: see theme readme, https://github.com/pages-themes/cayman
15+
Then run: bundle exec jekyll serve

docs/_run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
bundle exec jekyll serve

0 commit comments

Comments
 (0)