-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
41 lines (36 loc) · 921 Bytes
/
_quarto.yml
File metadata and controls
41 lines (36 loc) · 921 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
38
39
40
41
project:
type: website
output-dir: docs
website:
title: "mizer blog"
description: |
Blog for anything related to mizer size-spectrum models: new applications,
new features, technical details, plans and ideas. Contributions welcome.
site-url: https://blog.mizer.sizespectrum.org
repo-url: https://github.com/sizespectrum/mizerBlog
favicon: images/favicon-16x16.png
twitter-card:
site: "@mizer_model"
open-graph: true
navbar:
right:
- text: "mizer home"
href: https://sizespectrum.org/mizer/
- icon: twitter
href: https://twitter.com/mizer_model
- icon: rss
href: index.xml
- icon: github
href: https://github.com/sizespectrum/mizerBlog
format:
html:
theme: cosmo
css: mizer.css
toc: true
toc-depth: 2
code-link: true
code-copy: true
anchor-sections: true
execute:
freeze: auto
editor: visual