-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_quarto.yml
More file actions
63 lines (55 loc) · 1.31 KB
/
_quarto.yml
File metadata and controls
63 lines (55 loc) · 1.31 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
53
54
55
56
57
58
59
60
61
62
63
project:
type: website
output-dir: docs
website:
title: MINI
description: "Modular Independent Neovim Improvements"
site-url: https://nvim-mini.org
repo-url: https://github.com/nvim-mini
favicon: /assets/logo-mini_180x180.png
open-graph:
image: /assets/logo-mini_social.png
twitter-card:
image: /assets/logo-mini_social.png
navbar:
search: true
left:
- href: mini.nvim/index.md
text: mini.nvim
- href: MiniMax/index.md
text: MiniMax
- href: blog/index.qmd
text: Blog
right:
- icon: github
href: https://github.com/nvim-mini
- icon: rss-fill
href: blog/index.xml
aria-label: RSS
page-footer:
center: "© Evgeni Chasnovski, [MIT](https://choosealicense.com/licenses/mit/)"
search:
show-item-context: tree
format:
html:
theme:
dark:
- default
- brand
light:
- default
- brand
toc: true
respect-user-color-scheme: true
code-overflow: scroll
highlight-style:
dark: theme/miniwinter-dark.theme
light: theme/minisummer-light.theme
include-after-body: assets/traffic-counter.html
syntax-definitions:
- theme/syntax/diffhunks.xml
brand:
light: theme/brand-light.yml
dark: theme/brand-dark.yml
execute:
freeze: true