File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,21 +60,35 @@ After the successful installation, if you already have your **pkgdown** setup
6060ready, you only need to specify the ` template ` parameter as follow. Then, as
6161before, you can build your site using ` pkgdown::build_site() ` .
6262
63+ :::: code-with-filename
64+ ::: code-with-filename-file
65+ ``` {=html}
66+ <pre><strong>.pkgdown.yaml</strong></pre>
67+ ```
6368``` .yaml
6469template:
6570 bootstrap: 5
6671 package: gitdevr
6772```
73+ :::
74+ ::::
6875
6976> Keep in mind that you should NOT use ` default_assets: false ` when you change
7077> the default template. ** gitdevr** relies on some of the ** pkgdown** assets and
7178> templates.
7279
7380It is recommended to add the following line to your ` DESCRIPTION ` :
7481
82+ :::: code-with-filename
83+ ::: code-with-filename-file
84+ ``` {=html}
85+ <pre><strong>DESCRIPTION</strong></pre>
86+ ```
7587```
7688Config/Needs/website: dieghernan/gitdevr
7789```
90+ :::
91+ ::::
7892
7993By doing so, when using [ r-lib
8094actions] ( https://github.com/r-lib/actions/tree/v2-branch/setup-r-dependencies )
You can’t perform that action at this time.
0 commit comments