-
Notifications
You must be signed in to change notification settings - Fork 1
/
hugo.yaml
53 lines (49 loc) · 944 Bytes
/
hugo.yaml
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
baseURL: https://cedardb.com/docs/
languageCode: en-us
title: CedarDB Documentation
theme: hextra
enableRobotsTXT: true
enableGitInfo: true
params:
page:
# full (100%), wide (90rem), normal (1280px)
width: wide
navbar:
displayTitle: false
displayLogo: true
logo:
path: logos/cedardb.svg
dark: logos/cedardb_dark.svg
link: /docs/
height: 20
width: 200
search:
enable: true
type: flexsearch
flexsearch:
index: content
footer:
enable: true
displayCopyright: true
displayPoweredBy: false
menu:
main:
- name: Website
url: https://cedardb.com/
weight: 1
- name: Search
weight: 4
params:
type: search
- name: GitHub
weight: 5
url: "https://github.com/cedardb"
params:
icon: github
markup:
highlight:
noClasses: false
# allow raw html
goldmark:
renderer:
unsafe: true