Skip to content

YlanAllouche/Blogdown-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Blogdown

Docker image to easily build and create new Hugo sites with Blogdown.

In your project directory:

docker run -it --rm -v $(pwd):/blog ylanallouche/blogdown R for an interactive session.

Or

docker run -it --rm -v $(pwd):/blog ylanallouche/blogdown Rscript -e "blogdown::build_site()" to simply build the public folder.

About

R Blogdown container image to easily compile and create new Hugo sites

Topics

Resources

License

Stars

Watchers

Forks