-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
39 lines (34 loc) · 869 Bytes
/
_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
project:
type: website
output-dir: docs
website:
title: "Things with Maps"
repo-url: https://github.com/MattBixley/condes_tutorial
issue-url: https://github.com/MattBixley/condes_tutorial/issues
repo-actions: edit
back-to-top-navigation: true
page-footer:
left: "Copyright 2024, Matt Bixley"
# Navbar settings
navbar:
search: true
left:
- href: index.qmd
text: Home
- href: pages/condes_tutorial/condes_tutorial.qmd
text: Condes Tutorial
- href: pages/rogaine_planning/rogaine_planning.qmd
text: Rogaine Planning
- href: pages/course_planning/course_planning.qmd
text: Course Planning
right:
- icon: github
href: https://github.com
page-navigation: true
# formatting
format:
html:
theme: sketchy
css: styles.css
toc: true
editor: visual