-
Notifications
You must be signed in to change notification settings - Fork 1
/
hugo.yaml
50 lines (44 loc) · 1.07 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
baseURL: "/"
languageCode: en-us
title: "Entropy Docs"
theme: "hextra"
menu:
main:
- name: Search
weight: 4
params:
type: search
- name: GitHub
weight: 5
url: "https://github.com/entropyxyz/entropy-docs"
params:
icon: github
sidebar:
- name: External links
params:
type: separator
weight: 1
- name: "Community Repository"
url: "https://github.com/entropyxyz/community"
weight: 2
- name: "GitHub Organization"
url: "https://github.com/entropyxyz"
weight: 3
- name: "Discord Server"
url: "https://discord.com/invite/9JUQwHBhVz"
weight: 4
params:
description: "Entropy liberates users from on-chain friction through novel cryptography to build autonomous systems."
navbar:
displayTitle: false
displayLogo: true
logo:
path: "images/entropy-logo-black.png"
dark: "images/entropy-logo-white.png"
width: 80
page:
width: full # full/wide/normal
theme:
default: system
displayToggle: true
plausibleAnalytics: true