Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include how to set global option for default port used by serve_site #771

Merged
merged 2 commits into from
Jan 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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