-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
78 lines (69 loc) · 1.62 KB
/
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
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
# Hugo configuration file
title: OOPSpam Support Center & Knowledge base
# import hextra as module
module:
imports:
- path: github.com/imfing/hextra
markup:
# allow raw html
goldmark:
renderer:
unsafe: true
# enable hextra syntax highlight
highlight:
noClasses: false
copy:
enable: true
display: hover
menu:
sidebar:
- name: More
params:
type: separator
weight: 1
- name: "Get an API key ↗"
url: "https://app.oopspam.com"
weight: 2
- name: "API Documentation ↗"
url: "https://www.oopspam.com/docs/#introduction"
weight: 3
main:
- name: Documentation
pageRef: /
weight: 1
- name: OOPSpam ↗
url: "https://www.oopspam.com"
weight: 2
- name: Search
weight: 3
params:
type: search
- name: Linkedin
weight: 4
url: "https://www.linkedin.com/company/oopspam/"
params:
icon: linkedin
- name: Twitter
weight: 5
url: "https://twitter.com/oopspamapi"
params:
icon: x-twitter
params:
images:
- "/oopspam-knowledgebase-meta.png"
description: "Protect your website from spam with OOPSpam's API & WordPress plugin. Includes integrations with Make, Zapier, Bubble.io, plus setup guides & privacy settings."
navbar:
displayTitle: false
displayLogo: true
logo:
path: images/logo.svg
dark: images/logo-white.svg
link: /
width: 100
height: 100
footer:
displayCopyright: true
displayPoweredBy: false
editURL:
enable: true
base: "https://github.com/oopspam/help/edit/main/content"