This repo houses an extremely important folders and files to feed my pesonal blog created using the Distill® for R Markdown template in RStudio,Inc. and being hosted on Github Page
Here below is the advanced workflow for creating a new Distill site inside a R project in Rstudio currently known as Posit:
-
From Rstudio (Posit) IDE Click File > New Project > New Directory
-
Scroll down and select Distill Website, and check the box to “Configure for GitHub Pages”
Then use your R console to run this code:
use_git()
use_github() # you have to have a PAT (GitHub Tokens) setup
For More detailed plz visit Book especiallyt in Chapter IV