Add archetypes
This commit is contained in:
14
archetypes/_default/index.Rmd
Normal file
14
archetypes/_default/index.Rmd
Normal 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)
|
||||
```
|
||||
8
archetypes/_default/index.md
Normal file
8
archetypes/_default/index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
slug: "{{ .Name }}"
|
||||
tags: []
|
||||
categories: []
|
||||
draft: true
|
||||
---
|
||||
Reference in New Issue
Block a user