-
Notifications
You must be signed in to change notification settings - Fork 9
/
_quarto.yml
230 lines (230 loc) · 6.37 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
# citation:
# type: article
# container-title: "L2HMC"
# url: https://saforem2.github.io/l2hmc-qcd
#
citation:
author: Sam Foreman
type: webpage
# published: today
# year: 2023
# date: today
title: "l2hmc-qcd"
url: https://saforem2.github.io/l2hmc-qcd
site-url: https://saforem2.github.io/l2hmc-qcd
google-scholar: true
citeproc: true
author:
# name: Sam Foreman
name: "Sam Foreman [[{{< ai orcid >}}]{.orcid-green}](https://orcid.org/0000-0002-9981-0876)"
url: https://samforeman.me
# orcid: 0000-0002-9981-0876
email: [email protected]
# author:
# - name: Sam Foreman
# # id: sf
# url: https://samforeman.me
# orcid: 0000-0002-9981-0876
# email: [email protected]
# # affiliation:
# # - name: Argonne National Laboratory
# # city: Chicago
# # state: IL
# # url: https://alcf.anl.gov
date: today
# toc: true
author-title: ""
affiliation-title: ""
published-title: ""
title-block-categories: false
# - author: true
# - date: true
# - affiliation: false
number-sections: false
bibliography: references.bib
# filters:
# - lua/callouts.lua
# highlight-style:
# dark: dracula
# light: dracula-light
execute:
freeze: true
# keep-ipynb: true
project:
type: website
output-dir: "docs"
preview:
port: 4702
render:
- "index.qmd"
- "./qmd/posts.qmd"
- "./qmd/diffusion/diffusion.qmd"
- "./qmd/slides.qmd"
# - "./qmd/l2hmc-2DU1.qmd"
- "./qmd/l2hmc-4DSU3.qmd"
- "./qmd/diffusion-alt/diffusion.qmd"
- "./qmd/l2hmc-2dU1/l2hmc-2dU1.qmd"
# - "./qmd/test/test.qmd"
# - "./qmd/notebook/notebook.qmd"
# - "./qmd/**/*.qmd"
# - "./qmd/*.qmd"
#- "!./qmd/*old*/**"
#- "!./qmd/old/*.qmd"
#- "./qmd/diffusion.qmd"
#- "./qmd/diffusion1.qmd"
# - "!./qmd/diffusion/old/*.qmd"
# - "./qmd/diffusion/*.qmd"
# - "./qmd/diffusion/diffusion-2dU1.qmd"
# - "!qmd/diffusion.qmd"
# - "qmd/diffusion-new.ipynb"
# - qmd/l2hmc-2DU1.qmd
# - qmd/diffusers.qmd
# - "../qmd/*.qmd"
resources:
- "./resources/diffusion-2dU1-Copy1.html"
website:
# twitter-card: true
open-graph:
site-name: "l2hmc-qcd"
repo-url: https://github.com/saforem2/l2hmc-qcd
repo-actions: [source, edit, issue]
google-analytics: G-XVM2Y822Y1
page-navigation: true
title: "l2hmc-qcd"
site-url: "https://saforem2.github.io/l2hmc-qcd"
favicon: "favicon.svg"
# back-to-top-navigation: true
description: "L2HMC-QCD Project Site"
twitter-card: true
# image: "./assets/thumbnail.png"
# site: "@saforem2"
# creator: "@saforem2"
# page-navigation: true
# title: "Sam Foreman"
# site-url: "https://saforem2.github.io"
# favicon: "./favicon.svg"
# back-to-top-navigation: true
# reader-mode: true
sidebar: false
navbar:
# logo: "./favicon.svg"
logo: "./assets/logo-crop.svg"
background: "#222222"
foregound: "#777777"
left:
# left:
- href: "./qmd/posts.qmd"
text: "[{{< bi signpost-split >}}]{.red-text} Posts"
# - href: "./qmd/examples.qmd"
# text: "[{{< bi newspaper >}}]{.green-text} Examples"
- href: "./qmd/slides.qmd"
text: "[{{< bi easel >}}]{.green-text} Talks"
# - href: "../qmd/projects.qmd"
# - href: qmd/slides.qmd
# text: "[{{< fa solid person-chalkboard >}}]{.blue-text} Slides"
right:
- icon: github
href: https://github.com/saforem2/l2hmc-qcd
aria-label: GitHub
# - href: https://saforem2.github.io/lattice23
# text: "Slides"
# - href: qmd/l2hmc-2DU1.qmd
# text: "Example: 2D U(1)"
# sidebar: false
## [{{< fa solid hourglass-end >}}]{.blue-text} Appendix
# sidebar:
# style: "floating"
# search: true
# collapse-level: 2
# contents:
# - href: index.qmd
# text: Home
# - href: qmd/l2hmc-2DU1.qmd
# text: "Example: 2D U(1)"
# - href: qmd/l2hmc-2DU1-alt.qmd
# text: "Example: 2D U(1) (alt)"
# - href: qmd/pages.qmd
# text: Additional Pages
# - section: "Documentation"
# contents:
# - href: qmd/docs.qmd
# text: Documentation
page-footer:
center: "Copyright 2023, Sam Foreman"
left:
- icon: github
text: l2hmc-qcd
href: https://github.com/saforem2/l2hmc-qcd
aria-label: GitHub
right:
- href: https://samforeman.me
text: "{{< fa solid home >}}"
- icon: github
href: https://github.com/saforem2
- icon: twitter
href: https://twitter.com/saforem2
- href: "mailto:///[email protected]"
text: "{{< fa regular paper-plane >}}"
- href: https://www.twitter.com/saforem2
text: "{{< fa brands twitter >}}"
- href: https://scholar.google.com/citations?user=vV_1zDwAAAAJ&hl=en
text: "{{< ai google-scholar >}}"
- href: https://orcid.org/0000-0002-9981-0876
text: "{{< ai orcid >}}"
- href: https://www.last.fm/user/saforem2
text: "{{< fa brands lastfm >}}"
- href: https://open.spotify.com/user/saforem2
text: "{{< fa brands spotify >}}"
- href: https://www.instagram.com/saforem2
text: "{{< fa brands instagram >}}"
- href: https://linkedin.com/in/saforem2
text: "{{< fa brands linkedin >}}"
format:
html:
toc: true
toc-expand: 2
self-contained: false
callout-appearance: simple
# line-numbers: true
# code-link: true
# embed-resources: false
# self-contained-math: false
toc-location: right
grid:
body-width: 1150px
# grid:
# sidebar-width: 215px
# body-width: 975px
# margin-width: 150px
# gutter-width: 1em
# embed-resources: true
page-layout: article
fig-responsive: true
anchor-sections: true
highlight-style: atom-one
code-overflow: scroll
code-fold: false
code-copy: hover
code-summary: " "
code-tools:
source: repo
toggle: true
caption: none
html-math-method: katex
css:
- css/default.css
- css/callouts.css
theme:
dark:
- css/common.scss
- css/dark.scss
- css/syntax-dark.scss
light:
- css/common.scss
- css/light.scss
- css/syntax-light.scss
# smooth-scroll: true
citations-hover: true
footnotes-hover: true
header-includes: |
<link href="https://pvinis.github.io/iosevka-webfont/3.4.1/iosevka.css" rel="stylesheet" />