1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-06-16 06:56:46 +00:00
Projects/_posts/welcome/welcome.Rmd
2021-04-01 22:53:44 -07:00

27 lines
566 B
Plaintext

---
title: "Welcome to Anson's Projects"
description: |
Welcome to our new blog, Anson's Projects. We hope you enjoy
reading what we have to say!
author:
- name: Nora Jones
url: https://example.com/norajones
affiliation: Spacely Sprockets
affiliation_url: https://example.com/spacelysprokets
date: 04-01-2021
output:
distill::distill_article:
self_contained: false
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
# Learn more about creating blogs with Distill at:
# https://rstudio.github.io/distill/blog.html
```