File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ gem "github-pages" , group : :jekyll_plugins
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ bundle exec jekyll serve
You can’t perform that action at this time.
0 commit comments