-
Notifications
You must be signed in to change notification settings - Fork 2
/
_quarto.yml
73 lines (69 loc) · 1.86 KB
/
_quarto.yml
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
project:
type: website
output-dir: docs
website:
title: "3327 Research"
image: "logo.png"
favicon: "/images/favicon.ico"
# google-analytics: ""
open-graph: true
twitter-card: true
site-url: https://3327.io
repo-url: https://github.com/0x3327/research
repo-actions: [edit, issue]
page-navigation: true
page-footer:
left: |
Proudly supported by
[![](https://mvpworkshop.co/wp-content/uploads/2021/01/mvp-logo.png){width=65px}](https://mvpworkshop.co)
center:
- text: "About"
href: about.qmd
# - text: "License"
# href: license.qmd
# - text: "Trademark"
# href: trademark.qmd
right:
- icon: twitter
href: https://twitter.com/3327_io
- icon: github
href: https://github.com/0x3327/research
navbar:
background: light
logo: logo.png
title: false
collapse-below: lg
left:
- text: "Overview"
href: index.qmd
- text: "Research"
href: documents/research/index.md
# - text: "Presentations"
# href: documents/guide/index.qmd
# - text: "3327.fm"
# href: documents/reference/index.qmd
# - text: "Help"
menu:
- text: "Report an Issue"
icon: "bug"
href: "https://github.com/0x3327/research/issues"
- text: "3327 Research Discussions"
icon: "chat-right-text"
href: "https://github.com/0x3327/research/discussions"
right:
- icon: twitter
href: https://twitter.com/3327_io
- icon: github
href: https://github.com/0x3327/research
format:
html:
toc: true
theme:
light: [cosmo, theme.scss]
code-copy: false
code-overflow: wrap
css: styles.css
include-after-body: js.html
date-format: "MMM D, YYYY"
#freeze: true
editor: visual