mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-06-16 23:16:47 +00:00
27 lines
566 B
Plaintext
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
|
|
|
|
```
|
|
|
|
|
|
|