Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 668 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 668 Bytes

tychobra-blog

Netlify Status

tychobra blogdown website

development

Serve the static site for development using:

# R

blogdown::serve_site()

Every once in a while you might run into errors and need to rebuild the site from scratch. To do this simply delete the "public/" directory and run:

# R

blogdown::build_site()

File Organization

  • "layouts/" - contains the html for the website
  • "content/posts/" - contains the markdown documents used to generate the blog posts