mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-08-03 03:51:31 +00:00
init commit
This commit is contained in:
26
_posts/welcome/welcome.Rmd
Normal file
26
_posts/welcome/welcome.Rmd
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
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
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user