-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
51 lines (42 loc) · 838 Bytes
/
_config.yml
File metadata and controls
51 lines (42 loc) · 838 Bytes
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
title: mini-a
tagline: "Your goals. Your LLM. One command."
description: >-
A minimalist autonomous agent framework built on OpenAF that uses LLMs,
shell commands, and MCP servers to achieve user-defined goals.
baseurl: "/"
url: "https://mini-a.ai"
theme: minima
minima:
skin: auto
nav_pages:
- getting-started.md
- features.md
- whats-new.md
- examples.md
- configuration.md
- search.md
external_nav:
- title: Toolkit
url: "https://tk.mini-a.ai/"
plugins:
- jekyll-feed
- jekyll-seo-tag
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
permalink: pretty
defaults:
- scope:
path: ""
values:
layout: "default"
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- PLAN.md
- TODO.md
- README.md
ga4_measurement_id: "G-X31CZ4BY7S"