-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
66 lines (62 loc) · 1.82 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
project:
type: website
output-dir: docs
resources:
- reprints
- talks
website:
title: "Stephen D. Gregory"
description: "A personal blog"
favicon: "images/favicon.ico"
google-analytics: "UA-90881803-1"
twitter-card:
creator: "@stephendgregory"
site-url: "https://stephendavidgregory.github.io"
repo-url: "https://github.com/stephendavidgregory/stephendavidgregory.github.io"
repo-actions: [edit, issue]
navbar:
title: false
background: light
pinned: true
search: true
# logo: "images/favicon-32x32.png"
left:
- text: "<img src='/images/favicon.ico' width='auto' height='20px'> Stephen D. Gregory"
href: index.qmd
- text: "{{< fa address-card >}} About"
href: about.qmd
- text: "{{< fa laptop-code >}} Blog"
href: blog.qmd
- text: "{{< fa list-check >}} Themes"
href: themes.qmd
- text: "{{< fa file-pen >}} Publications"
href: publications.qmd
- text: "{{< fa chalkboard-user >}} Talks"
href: talks.qmd
- text: "{{< fa paper-plane >}} Contact"
href: contact.qmd
right:
- icon: github
href: https://github.com/stephendavidgregory
- icon: mastodon
href: https://julialang.social/@stephendavidgregory
- icon: rss
href: index.xml
page-footer:
background: "white" # change to sccs colour...
left: "{{< fa copyright >}} 2022, Stephen D. Gregory"
center:
- text: "<img src='/images/favicon.ico' width='auto' height='30px'>"
right:
- icon: github
href: https://github.com/stephendavidgregory
- icon: mastodon
href: https://julialang.social/@stephendavidgregory
- icon: twitter
href: https://twitter.com/stephendgregory
format:
html:
theme:
- lux
- custom.scss
editor: source