Skip to content

rbind/jsta.rbind.io

Repository files navigation

Netlify Status awesome_bot

This is J Stachelek's personal website based on blogdown and the Hugo theme hugo-lithium-theme.

Usage

Create a new blog post using:

blogdown::new_post("This is a post title", ext = ".Rmd", subdir = "blog")

Commit Rmd + html at content/blog/* as well as image files at static/blog/title

Insert external images at top level static/images:

https://blogdown-demo.rbind.io/2017/10/06/adding-figures-and-other-images-to-posts/

Preview/build post with:

blogdown::serve_site()

The Hugo template is licensed under MIT, and the content of all pages is licensed under CC BY-NC-SA 4.0.