-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
52 lines (48 loc) · 1.17 KB
/
_quarto.yml
File metadata and controls
52 lines (48 loc) · 1.17 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
50
51
52
project:
type: website
output-dir: docs
render:
- index.qmd
- magnetotellurics/*.qmd
- gravity/*.qmd
- publications/*.qmd
- gallery/*.qmd
website:
title: "JuliaGeophysics"
description: "Julia packages for geophysical research and applications"
favicon: images/julia-logo.svg
announcement:
icon: info-circle
dismissable: false
type: warning
content: "Everything on this website is under construction at the moment, and some sections may still contain filler text."
navbar:
background: light
foreground: "#2d2d2d"
left:
- text: "Home"
href: index.qmd
- text: "Magnetotellurics"
href: magnetotellurics/index.qmd
- text: "Gravity"
href: gravity/index.qmd
- text: "Publications"
href: publications/index.qmd
- text: "Gallery"
href: gallery/index.qmd
right:
- icon: github
href: https://github.com/JuliaGeophysics
aria-label: GitHub
back-to-top-navigation: true
format:
html:
theme:
light:
- flatly
- styles.scss
fontsize: 13pt
linestretch: 1.1
toc: true
toc-location: right
smooth-scroll: true