forked from yeti-platform/yeti-platform.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
54 lines (50 loc) · 1013 Bytes
/
hugo.yaml
File metadata and controls
54 lines (50 loc) · 1013 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
baseURL: https://yeti-platform.io/
languageCode: en-us
title: "Yeti: Your Everyday Threat Intelligence"
module:
imports:
- path: github.com/imfing/hextra
menu:
main:
- name: Documentation
pageRef: /docs
weight: 1
- name: Guides
pageRef: /guides
weight: 2
- name: Blog
pageRef: /blog
weight: 3
- name: Search
weight: 4
params:
type: search
- name: GitHub
weight: 5
url: "https://github.com/yeti-platform/yeti"
params:
icon: github
sidebar:
- name: More
params:
type: separator
weight: 1
- name: "Yeti on GitHub ↗"
url: "https://github.com/yeti-platform/yeti"
weight: 2
params:
navbar:
displayTitle: true
displayLogo: true
logo:
path: logo-black-notext.png
dark: logo-white-notext.png
link: /
width: 30
blog:
list:
displayTags: true
theme:
default: system
displayToggle: true
copyright: "© 2024"