feat: add Jekyll GitHub Pages setup

Add _config.yml with Cayman theme and index.md that includes
README.md content, enabling GitHub Pages without duplication.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-25 21:42:07 +07:00
parent 25cf1af381
commit 72bf014e7b
2 changed files with 8 additions and 0 deletions

4
_config.yml Normal file
View File

@@ -0,0 +1,4 @@
title: Penny-Pincher Provider
description: A curated list of affordable (or almost free) LLM providers
theme: jekyll-theme-cayman
show_downloads: false

4
index.md Normal file
View File

@@ -0,0 +1,4 @@
---
layout: default
---
{% include_relative README.md %}