1 min read

New live test

We made it!

  If you’re reading this, it means that the site is live. As a beginner with {blogdown}, I ran into many challenges that will likely give my later self a good laugh. Adding the .nojekyll file and adding the “publishDir: docs” line to the config.yaml seem to have done the trick in getting this live.

  Now that it’s live, I need to test updating the content. My first attempt will be the following steps:

  1. (Using R Studio) Addins - Serve Site (to automatically knit new content)
  2. (Using R Studio) Addins - New Post
  3. Build Website (under the build tab next to the environment tab)
  4. Open Git BASH
  5. Navigate to the local directory containing my website
  6. git add docs/
  7. git commit -m “my update message”
  8. git push
  9. Hope it all worked!

Note: it seems my previous _site.yaml was overriding the config.yaml and preventing site layout updates. I’ve removed the _site.yaml and the config.yaml seems to be functioning now.