-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
38 lines (32 loc) · 756 Bytes
/
_quarto.yml
File metadata and controls
38 lines (32 loc) · 756 Bytes
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
project:
type: website
output-dir: docs
website:
title: "Adventures in Spain"
site-url: "https://mattbixley.github.io/spain/"
repo-url: "https://github.com/MattBixley/spain"
# repo-actions: [edit, issue]
open-graph: true
page-footer:
left: "© {{< now year >}} Matt Bixley "
right:
- "Built with Quarto and Github"
- icon: github
href: https://github.com/MattBixley/spain
navbar:
left:
- href: index.qmd
text: Home
# - about.qmd
- href: posts.qmd
text: Diary of Spain
- href: gallery.qmd
text: Gallery
- href: maps.qmd
text: Maps
format:
html:
theme: [slate, custom.scss]
# mainfont: "montserrat"
toc: true
editor: visual