Is it possible to run a blogdown command to manually update one post, instead of serve_site() to update my entire site?
I'm setting up a blog post to be updated frequently as precinct election results are announced tomorrow. Speed will be important. Ideally I'd like to run a command to update just that one page, instead of serve_site() to update the entire site, since serve_site() can take awhile to run on my system.
(I usually like to preview my posts before publishing them, which is why I haven't set up Travis CI (plus I already have a Web host, so am not using Netlify.)