-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
71 lines (65 loc) · 1.49 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
project:
type: website
website:
title: "PharmaDevOps"
image: assets/PharmaDevOps.png
favicon: assets/PharmaDevOps.png
twitter-card:
site: "@PHUSETwitta"
open-graph: true
site-url: https://phuse-org.github.io/devops
repo-url: https://github.com/phuse-org/devops
repo-actions: [edit, issue]
navbar:
background: "#ffffff"
logo: assets/PharmaDevOps.png
logo-alt: "PharmaDevOps Brand"
#title: false
collapse-below: lg
right:
- text: "Discuss"
href: "https://github.com/phuse-org/devops/discussions"
#- meetings/index.qmd
- text: "About PharmaDevOps"
menu:
- text: "Who we are"
href: about.qmd
- text: "Contact us"
href: contact.qmd
sidebar:
- title: "About"
contents:
- about.qmd
- contact.qmd
page-navigation: true
back-to-top-navigation: false
comments:
giscus:
repo: phuse-org/devops
repo-id: R_kgDOJyUvpw
category: General
category-id: DIC_kwDOJyUvp84CXbBd
mapping: url
reactions-enabled: true
loading: lazy
input-position: bottom
theme: light
page-footer:
background: "#000000"
left: ""
center:
- href: https://github.com/phuse-org/devops
icon: github
aria-label: GitHub
right: ""
format:
html:
theme: [lux, styles.scss]
css: styles.css
toc: true
grid:
sidebar-width: 0px
body-width: 1000px
margin-width: 250px
execute:
freeze: auto