All,
I am working on creating a site to post some intro to R lessons. I'm using Blogdown to do so; however, the interface is quite confusing (I'm a data scientist, not a developer :) ). For some reason, when I serve_site()
, both lesson 1 and lesson 2 show up under posts. Though, when I build the site and deploy by pushing to github, the post still isn't showing up.
It is hard to reproduce this... but here is the github link: https://github.com/btbeal/Intro-To-R
here is the site: https://zealous-hawking-ce0a3d.netlify.app/post/
Any thoughts would be appreciated.
(edited)When you post it to github to host, you want to only use the public
folder, that's where blogdown renders your posts.
once you do that, your index.html
will be the home page
looks like netlify updated finally