forked from rstudio/distill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
51 lines (46 loc) · 1.04 KB
/
_pkgdown.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
47
48
49
50
51
destination: reference
template:
package: quillt
url: https://pkgs.rstudio.com/distill/
development:
mode: auto
navbar:
title: ~
type: default
left:
- text: Get started
href: articles/distill.html
- text: Examples
href: articles/examples.html
- text: Reference
href: reference/index.html
right:
- text: News
href: news/index.html
- icon: fab fa-github fa-lg
href: https://github.com/rstudio/distill
reference:
- title: Output formats
desc: >
Specify in your document's YAML frontmatter to knit,
or specify as the `output_format` with `rmarkdown::render()`.
contents:
- '`distill_article`'
- '`distill_website`'
- title: Create articles and websites
contents:
- '`create_article`'
- '`create_website`'
- '`create_blog`'
- title: Create blog posts
contents:
- '`create_post`'
- '`import_post`'
- '`update_post`'
- '`rename_post_dir`'
- title: Create a theme to add to an article or website
contents:
- '`create_theme`'
- title: Publish a website
contents:
- '`publish_website`'