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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
title: bpm-engine
description: A correctness-first, token-driven workflow execution kernel in Rust
baseurl: /bpm-engine
url: https://colin4k1024.github.io
github:
repository_url: https://github.com/fanjia1024/bpm-engine
repository_name: fanjia1024/bpm-engine
# Jekyll settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
# Exclude from processing
exclude:
- README.md
- LICENSE.txt
- CHANGELOG.md
- CLAUDE.md
- CLAUDE_zh.md
# Collections
collections:
adr:
output: true
permalink: /adr/:name/
# Defaults
defaults:
- scope:
path: ""
values:
layout: default
- scope:
path: ""
type: "pages"
values:
layout: default
lang: en
- scope:
path: ""
type: "posts"
values:
layout: default
# Language settings
languages:
en:
name: English
flag: 🇺🇸
zh:
name: 中文
flag: 🇨🇳
# Navigation
navigation:
en:
- title: Features
url: /#features
- title: Quick Start
url: /#getting-started
- title: Docs
url: /docs/architecture.html
- title: API
url: /#api
zh:
- title: 特性
url: /index_zh.html#features
- title: 快速开始
url: /index_zh.html#getting-started
- title: 文档
url: /docs/architecture_zh.html
- title: API
url: /index_zh.html#api