forked from The-Pocket/PocketFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
60 lines (50 loc) · 1.12 KB
/
_config.yml
File metadata and controls
60 lines (50 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# 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"