Skip to content

Commit 725d5d2

Browse files
authored
Update instructions
1 parent dc77da4 commit 725d5d2

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.qmd

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,35 @@ After the successful installation, if you already have your **pkgdown** setup
6060
ready, you only need to specify the `template` parameter as follow. Then, as
6161
before, 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
6469
template:
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
7380
It 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
```
7688
Config/Needs/website: dieghernan/gitdevr
7789
```
90+
:::
91+
::::
7892

7993
By doing so, when using [r-lib
8094
actions](https://github.com/r-lib/actions/tree/v2-branch/setup-r-dependencies)

0 commit comments

Comments
 (0)