-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
49 lines (46 loc) · 1.51 KB
/
Copy path_quarto.yml
File metadata and controls
49 lines (46 loc) · 1.51 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
41
42
43
44
45
46
47
48
49
# Currently, there's no difference between
# _quarto.yml and _quarto-devel.yml.
project:
type: website
pre-render:
- python components/assemble_posts.py
resources:
- favicon.ico
website:
title: "Blog @ Mark's Math"
favicon: favicon.svg
site-url: https://blog.marksmath.org
image: components/social_image.png
page-footer: "Written, owned, hosted, and copyright 2025, by Mark McClure.</br>All opinions expressed herein are my own and do not reflect the opinions of my employer, The University of North Carolina Asheville."
description: "One professor's blog about math, data, tech, teaching, higher education, and politics."
twitter-card: true
open-graph: true
search: false
navbar:
collapse-below: md
right:
- href: https://marksmath.org/
text: Mark's Math
- href: https://bsky.app/profile/mark-mcclure.bsky.social
text: <i class="fa fa-brands fa-bluesky"></i>
- href: https://www.linkedin.com/in/mark-mcclure-6739911a9/
text: <i class="fa fa-brands fa-linkedin"></i>
- href: https://github.com/mcmcclur/BlogAtMarksMath
text: <i class="fa fa-brands fa-github"></i>
- href: mailto:mcmcclur@unca.edu
text: <i class="fa fa-regular fa-envelope"></i>
sidebar:
style: docked
search: false
contents: posts/*/index.qmd
background: light
format:
html:
toc: false
anchor-sections: false
respect-user-color-scheme: true
theme:
light: flatly
dark: darkly
page-layout: article
echo: false