Skip to content

themechanicalbear/mechanicalbear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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