rstudio / blogdown

Create Blogs and Websites with R Markdown
https://pkgs.rstudio.com/blogdown/
1.73k stars 334 forks source link

[FR] Add support for Nikola (getnikola.com) static website builder #765

Open TahomaSoft opened 1 week ago

TahomaSoft commented 1 week ago

Hi!

I'm wondering how feasible it might be to add support for the Nikola static website builder, written in Python. I think it has lower barriers to general entry (easier learning curve) than Hugo. Could it be supported with just the appropriate code added to serve.R?

Thank you!

Erik

yihui commented 1 week ago

I guess it shouldn't be too hard to provide some preliminary support, but I don't have time for it. If anyone wants to submit a pull request, that will be great. You can refer to the jekyll and hexo support in this package (blogdown:::jekyll_server_args and hexo_server_args).

TahomaSoft commented 1 week ago

Thank you!

Understood on lack of time for that task; I will take a look at those two stanzas and see what I can do.

Regards,

Erik

On Fri, 06 Sep 2024 13:28:30 -0700 Yihui Xie @.***> wrote:

I guess it shouldn't be too hard to provide some preliminary support, but I don't have time for it. If anyone wants to submit a pull request, that will be great. You can refer to the jekyll and hexo support in this package (blogdown:::jekyll_server_args and hexo_server_args).