-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
39 lines (34 loc) · 770 Bytes
/
hugo.yaml
File metadata and controls
39 lines (34 loc) · 770 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
baseURL: https://playbooks.focusconsulting.com/
title: Focus AI Playbooks
theme: hugo-book
languageCode: en-us
enableGitInfo: true
disableKinds:
- taxonomy
- term
markup:
goldmark:
renderer:
unsafe: true
renderHooks:
link:
useEmbedded: "fallback"
tableOfContents:
startLevel: 2
endLevel: 4
highlight:
style: base16-snazzy
menu:
after:
- name: "GitHub"
url: "https://github.com/focusconsulting/focus-ai-playbooks"
weight: 10
params:
BookTheme: "auto"
BookToC: true
BookSection: "*"
BookSearch: true
BookComments: false
BookPortableLinks: "warning"
BookDateFormat: "January 2, 2006"
BookEditLink: "https://github.com/focusconsulting/focus-ai-playbooks/edit/main/content/{{ .Path }}"