This is J Stachelek's personal website based on blogdown and the Hugo theme hugo-lithium-theme.
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
:
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.