pocketflow/docs/_config.yml

60 lines
1.1 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Basic site settings
title: Pocket Flow
tagline: A 100-line LLM framework
description: Pocket Flow Minimalist LLM Framework in 100 Lines, Enabling LLMs to Program Themselves
# Theme settings
remote_theme: just-the-docs/just-the-docs
search_enabled: true
# SEO & sitemap
plugins:
- jekyll-seo-tag
- jekyll-sitemap
jekyll-seo-tag:
social:
name: "Pocket Flow"
twitter: "ZacharyHuang12"
github: "the-pocket/PocketFlow"
# Navigation
nav_sort: case_sensitive
# Aux links (shown in upper right)
aux_links:
"View on GitHub":
- "//github.com/the-pocket/PocketFlow"
# Color scheme
color_scheme: light
# Author settings
author:
name: Zachary Huang
url: https://www.columbia.edu/~zh2408/
twitter: ZacharyHuang12
# Mermaid settings
mermaid:
version: "9.1.3"
config: |
directionLR
# Callouts settings
callouts:
warning:
title: Warning
color: red
note:
title: Note
color: blue
best-practice:
title: Best Practice
color: green
# Custom navigation
nav:
- Home: index.md
- GitHub: "https://github.com/the-pocket/PocketFlow"
- Discord: "https://discord.gg/hUHHE9Sa6T"