Skip to content

Commit 8e2e2ec

Browse files
authored
Include how to set global option for default port used by serve_site (#771)
1 parent 6cadb44 commit 8e2e2ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/01-introduction.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ knitr::kable(matrix(c(
480480
'blogdown.ext', '.md', 'Default extension of new posts: .md / .Rmd / .Rmarkdown',
481481
'blogdown.subdir', 'post', 'Default subdirectory under content/ for new posts',
482482
'blogdown.yaml.empty', TRUE, 'Preserve empty fields in YAML?',
483+
'servr.port', 4321, 'Default port used when you serve your site',
483484
NULL
484485
), ncol = 3, byrow = TRUE, dimnames = list(NULL, c('Option name', 'Default', 'Meaning'))), booktabs = TRUE, caption = 'Additional global options that affect the behavior of blogdown.')
485486
```

0 commit comments

Comments
 (0)