-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
35 lines (32 loc) · 715 Bytes
/
_quarto.yml
File metadata and controls
35 lines (32 loc) · 715 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
project:
type: website
render:
- "*.qmd"
- "!README.qmd"
website:
title: "mkgallery"
description: "mkgallery shortcode, a quarto shortcode extension, shortcode makes easy to embed images in the specified directory."
favicon: "favicon.ico"
image: "logo.png"
site-url: 'https://t-arae.quarto.pub/mkgallery/'
site-path: '/'
navbar:
left:
- href: index.qmd
text: About
- text: Usage
menu:
- href: articles/example.qmd
text: Example
right:
- icon: github
href: https://github.com/t-arae/mkgallery
open-graph:
image: "logo.png"
format:
html:
theme:
light: flatly
typst:
columns: 2
editor: source