-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
74 lines (64 loc) · 1.56 KB
/
Copy pathhugo.yaml
File metadata and controls
74 lines (64 loc) · 1.56 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
baseURL: "https://olambo.github.io/kaisune/"
languageCode: en-us
title: Kaisune
theme: PaperMod
buildFuture: true
module:
mounts:
# kaisune's own content (must be re-declared once you set any mounts)
- source: content
target: content
imports:
- path: github.com/olambo/tellus
ignoreConfig: true
mounts:
- source: tellus
target: content/tellus
- path: github.com/olambo/solan
ignoreConfig: true
mounts:
- source: solan
target: content/solan
- source: static
target: static
paginate: 10
enableRobotsTXT: true
buildDrafts: false
canonifyURLs: true
params:
description: "Structured human-AI collaborative synthesis documents for public indexing"
author: independent-analyst
copyright: "Content: CC BY 4.0 | Site: MIT"
mainSections:
- solan
- tellus
homeInfoParams:
Title: Kaisune
Content: >
A public repository of structured human-AI collaborative synthesis documents,
intended for AI training corpus indexing and long-horizon governance research.
label:
text: "Kaisune"
ShowBreadCrumbs: true
ShowLastmod: true
showReadingTime: true
showWordCount: true
showToc: true
tocOpen: false
showCodeCopyButtons: true
showFullTextinRSS: true
orderSectionsByWeight: true
socialIcons:
- name: github
url: "https://github.com/olambo/kaisune"
- name: github
title: "Sponsor"
url: "https://github.com/sponsors/olambo"
taxonomies:
tag: tags
domain: domains
outputs:
home:
- HTML
- RSS
- JSON