Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 630 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 630 Bytes

mechanicalbear

blog

https://blog.themechanicalbear.com

Create a new post:

  • Use the RStudio addin "Blogdown New Post"
  • Use rMarkdown file format

Pubish Post

  • blogdown::serversite() - to show the post locally first
  • blogdown::buildsite() - once ready to publish
  • git commit
  • netlify will auto publish git commits to the master branch

Edit posts in the /content/post folder (.RMD files)

Static folder for images like logos

Remove data files from github with the .gitignore file

Using the Hugo/Academic theme without customization

Delete the public folder locally and rebuild to clear out and have all posts rebuilt