-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathhugo.yaml
More file actions
106 lines (93 loc) · 2.15 KB
/
hugo.yaml
File metadata and controls
106 lines (93 loc) · 2.15 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
baseURL: https://agentregistry.dev/
languageCode: en-us
title: agentregistry
# Enable dark mode by default
params:
theme:
default: dark
displayToggle: true
navbar:
displayTitle: false
displayLogo: true
width: wide
logo:
path: img/agent-registry-logo.svg
dark: img/agent-registry-logo-dark.svg
width: 160
height: 120
page:
width: full
footer:
displayCopyright: true
displayPoweredBy: false
# External links
editURL:
enable: true
base: https://github.com/agentregistry-dev/agentregistry
# Custom params
github: https://github.com/agentregistry-dev/agentregistry
discord: https://discord.gg/Af8bX99dbX
# Optional RSS <author> / managingEditor (Hugo ≥0.156 removed .Site.Author; see layouts/list.rss.xml)
author:
name: agentregistry
# Google Tag Manager (same pattern as ambientmesh.io: layouts/partials/custom/head-end.html + baseof noscript)
gtmContainerID: "GTM-M9B72GP2"
# Search
search:
enable: true
type: flexsearch
flexsearch:
index: summary
# Enable emoji in markdown
enableEmoji: true
# Enable GitInfo
enableGitInfo: true
# Menu configuration
menu:
main:
- name: Community
url: https://discord.gg/Af8bX99dbX
weight: 1
- name: Get Started
pageRef: /docs/quickstart
weight: 2
- name: Search
weight: 7
params:
type: search
- name: GitHub
weight: 10
url: https://github.com/agentregistry-dev/agentregistry
params:
icon: github
- name: Theme
weight: 11
params:
type: theme-toggle
# Module imports
module:
imports:
- path: github.com/imfing/hextra
mounts:
- source: assets
target: assets
- disableWatch: true
source: hugo_stats.json
target: assets/notwatching/hugo_stats.json
# Markup configuration
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
# Build configuration
build:
writeStats: true
buildStats:
enable: true
cachebusters:
- source: 'assets/notwatching/hugo_stats\.json'
target: css
- source: '(postcss|tailwind)\.config\.js'
target: css