-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
43 lines (38 loc) · 1.08 KB
/
_quarto.yml
File metadata and controls
43 lines (38 loc) · 1.08 KB
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
project:
type: website
resources:
- "feed.xml"
- "googleaac10e261f67700b.html"
website:
title: "A Chemical Engineer's Notebook"
site-url: https://aefarrell.github.io
description: "A collection of notebooks about chemical engineering and analysis"
favicon: images/favicon.png
open-graph: true
navbar:
left:
- icon: info-circle
href: "about.qmd"
text: "about"
- icon: wrench-adjustable-circle
href: "projects.qmd"
text: "projects"
- icon: archive
href: "archive.qmd"
text: "posts"
right:
- icon: rss
href: "index.xml"
- icon: github
href: "https://github.com/aefarrell/aefarrell.github.io/"
repo-url: https://github.com/aefarrell/aefarrell.github.io
repo-actions: [source, issue]
page-footer:
center: "© 2020 - 2026 Allan Farrell [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) <br /> Made with [Quarto](https://quarto.org)"
format:
html:
respect-user-color-scheme: false
theme:
light: united
dark: superhero
css: styles.css