-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
54 lines (48 loc) · 1.09 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
project:
type: website
render:
- about.qmd
- index.qmd
- there-was-pi.qmd
- 404.qmd
website:
title: "in-the-beginning"
site-url: https://mad0perator.github.io/in-the-beginning
navbar:
left:
- href: index.qmd
text: Home
- about.qmd
- href: there-was-pi.qmd
text: ...there was $\Pi$
tools:
- icon: twitter
href: "https://twitter.com/@null_space"
- icon: github
url: "https://github.com/mad0perator/in-the-beginning"
repo-url: "https://github.com/mad0perator/in-the-beginning"
repo-actions: [edit, issue]
twitter-card:
creator: "@null_space"
site: "@mad0perator"
open-graph:
locale: en_US
page-navigation: true
#back-to-top-navigation: true
page-footer: >-
This website is written using [Quarto]({{< var about.websites >}}).</br>
Copyright 2023, mad0perator
format:
html:
theme:
light: flatly
dark: cyborg
code-fold: true
code-tools: true
page-layout: full
css: styles.css
toc: true
html-math-method: katex
editor:
markdown:
wrap: 72