Add archetypes

This commit is contained in:
2026-03-02 07:06:36 -08:00
parent 475af38bee
commit 32094e7049
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
slug: "{{ .Name }}"
tags: [ R ]
categories: []
draft: true
---
```{r setup, include=FALSE, echo=FALSE}
library(tidyverse)
library(reactable)
library(htmltools)
```

View File

@@ -0,0 +1,8 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
slug: "{{ .Name }}"
tags: []
categories: []
draft: true
---