forked from rdatatable-community/The-Raft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
46 lines (40 loc) · 894 Bytes
/
_quarto.yml
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
project:
type: website
output-dir: docs
website:
title: "Blog"
site-url: https://rdatatable-community.github.io/The-Raft
description: ""
navbar:
right:
- text: About
href: about.qmd
- icon: github
href: https://github.com/rdatatable
- icon: mastodon
href: https://fosstodon.org/@r_data_table
- icon: cloud
href: https://bsky.app/profile/rdatatable.bsky.social
- icon: twitter
href: https://twitter.com/r_data_table
- icon: rss
href: index.xml
- icon: envelope
href: "mailto:r.data.table@gmail.com"
format:
html:
theme: [solar, custom.scss]
css: styles.css
editor: visual
listing:
contents: ../../posts/*/
categories: true
sort: "date desc"
type: default
feed: true
sort-ui: false
filter-ui: false
execute:
freeze: auto
resources:
- "images/*"