Skip to content

Commit

Permalink
Include how to set global option for default port used by serve_site (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ulyngs authored Jan 11, 2025
1 parent 6cadb44 commit 8e2e2ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/01-introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ knitr::kable(matrix(c(
'blogdown.ext', '.md', 'Default extension of new posts: .md / .Rmd / .Rmarkdown',
'blogdown.subdir', 'post', 'Default subdirectory under content/ for new posts',
'blogdown.yaml.empty', TRUE, 'Preserve empty fields in YAML?',
'servr.port', 4321, 'Default port used when you serve your site',
NULL
), ncol = 3, byrow = TRUE, dimnames = list(NULL, c('Option name', 'Default', 'Meaning'))), booktabs = TRUE, caption = 'Additional global options that affect the behavior of blogdown.')
```
Expand Down

0 comments on commit 8e2e2ec

Please sign in to comment.