Skip to content

everdark/k9

Repository files navigation

k9-data-science

The source code to render my website/blog. It is based on distill.

Usage

To render the site:

make site  # or simply make

To create a new blog post:

make post-draft title="A New Post!"

To render the html of a post (from .Rmd):

make post path="./_posts/2022-04-12-a-new-post/a-new-post.Rmd"

Depenencies

renv is used to lock the dependencies for building the site. Notebooks will have their own dependencies and are excluded from this site-wise lock state.