generated from jackyzha0/quartz
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
148 lines (128 loc) · 4.01 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
project:
type: website
output-dir: _site
resources:
- "*.xsl"
- "xsl.css"
- "*.jpg"
- "*.png"
post-render:
- python3 xsl4quarto.py
- python3 rel-me.py
preview:
port: 8086
browser: true
execute:
freeze: auto
warning: false
message: false
editor: visual
website:
title: "errbufferoverfl, anarchist, illustrator, reluctant security engineer"
site-url: https://garden.errbufferoverfl.me
description: "A garden of evolving ideas about society, microfarming, and sometimes security engineering."
twitter-card:
creator: "@errbufferoverfl"
site: "@errbufferoverfl"
card-style: summary
open-graph:
locale: en_EN
site-name: garden.errbufferoverfl.me
repo-url: https://gitlab.com/errbufferoverfl/garden-errbufferoverfl-me
issue-url: https://gitlab.com/errbufferoverfl/garden-errbufferoverfl-me/-/issues
repo-branch: hugo
repo-actions:
- edit
- source
- issue
search:
show-item-context: true
navbar:
logo: "/imgs/logo.png"
logo-alt: "Illustration of a snail looking up."
logo-href: "/notebook/"
title: false
reader-mode: true
right:
- text: The Notebook
href: /notebook/
- text: The Microfarm
href: /microfarm/
- text: The Art Studio
href: /art-studio/
- text: The Anti-Library
href: /antilibrary/
- text: The Zine Wiki
url: /zine/
- text: The Engineering Anthology
href: /engineering/
- text: More
menu:
- text: The Toolbox
url: /toolbox/
- text: The Soapbox
url: /soapbox/
- text: The Back of the Book
url: bob.qmd
page-footer:
border: false
left: "Published with [Quarto](https://quarto.org/) v<?quarto.version?> | Hosted by [{{< iconify simple-icons gitlab >}}](https://pages.gitlab.com/)"
center: |
<a class="link-dark me-1" href="https://ko-fi.com/errbufferoverfl" title="Ko-Fi" target="_blank"rel="noopener">{{< fa solid mug-hot >}}</a>
<a class="link-dark me-1" href="https://mastodon.art/@errbufferoverfl" title="Mastodon" target="_blank" rel="noopener">{{< fa solid paintbrush >}}</a>
<a class="link-dark me-1" href="https://genericsocialmediapage.com/@errbufferoverfl" title="Mastodon" target="_blank" rel="noopener">{{< fa brands mastodon >}}</a>
<a class="link-dark me-1" href="https://gitlab.com/errbufferoverfl" title="Gitlab" target="_blank" rel="noopener">{{< fa brands gitlab >}}</a>
<a class="link-dark me-1" href="https://github.com/errbufferoverfl" title="Github" target="_blank" rel="noopener">{{< fa brands github >}}</a>
<a class="link-dark me-1" href="https://x.com/errbufferoverfl" title="X (formerly Twitter)" target="_blank" rel="noopener">{{<fa brands twitter>}}</a>
right:
- text: "Contact"
aria-label: "Contact Form"
href: "contact.qmd"
- text: "License"
aria-label: "License Details"
href: "license.qmd"
- text: About
aria-label: "About Me"
url: "index.qmd"
- text: "The Back of the Book"
aria-label: "All Pages"
url: "bob.qmd"
- text: "|"
- icon: rss
href: bob.xml
format:
html:
lang: en
author-meta: errbufferoverfl
theme:
- litera
- assets/light.scss
include-in-header:
- "_layouts/csp.html"
- "_layouts/manifest.html"
highlight-style: one-dark
toc: true
toc-title: Table of Contents
toc-location: right
comments:
hypothesis: true
link-external-newwindow: true
code-line-numbers: true
code-fold: true
code-annotations: true
code-overflow: scroll
code-copy: hover
smooth-scroll: true
fig-align: center
fig-responsive: true
anchor-sections: true
callout-appearance: simple
email-obfuscation: javascript
page-layout: article
lightbox: true
license: CC BY-SA
title-block-style: default
appendix-style: plain
appendix-cite-as: display
filters:
- quarto-version.lua