Skip to content

Commit 28ef8e4

Browse files
committed
initial add of pkgdown yaml
1 parent 8cab783 commit 28ef8e4

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.Rbuildignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
^\.github$
44
^LICENSE\.md$
55
^data-raw$
6+
^_pkgdown\.yml$
7+
^docs$
8+
^pkgdown$

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ captions_alt_text.csv
77
converted_file_1126.csv
88
rda_files
99
petrale_sole_std_output.csv
10+
docs

pkgdown/_pkgdown.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
url: ~
2+
template:
3+
bootstrap: 5
4+

0 commit comments

Comments
 (0)