-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
27 lines (18 loc) · 1.03 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# Template for Quarto website on Netlify
<!-- badges: start -->
<!-- badges: end -->
This repository provides a template for building a [Quarto](https://quarto.org/) website and deploying it to [Netlify](https://netlify.com/) with [GitHub Actions](https://github.com/features/actions). The creation of this template is described in detail in [my blog post](https://www.pietstam.nl/posts/2023-05-29-deploy-site-to-netlify-with-github-actions/).
# Instructions
To apply this template repository for your own use, follow the 7 steps as described in the section [A versatile template](https://www.pietstam.nl/posts/2023-05-29-deploy-site-to-netlify-with-github-actions/#a-versatile-template) of my blog post.
# Demo
Visit the [demo Quarto website](https://template-quarto-website.netlify.app/) that was created with the code in the template repository.