Skip to content
Snippets Groups Projects
Commit 0b761164 authored by GD's avatar GD
Browse files

create template quarto website with Rstudio

parent 2a2531d0
No related branches found
No related tags found
No related merge requests found
.Rproj.user
.Rhistory
.RData
.Ruserdata
/.quarto/
project:
type: website
website:
title: "quarto_website_template"
navbar:
left:
- href: index.qmd
text: Home
- about.qmd
format:
html:
theme: cosmo
css: styles.css
toc: true
---
title: "About"
---
About this site
```{r}
1 + 1
```
---
title: "Quarto Website Template"
---
This is a Quarto website.
To learn more about Quarto websites visit <https://quarto.org/docs/websites>.
```{r}
1 + 1
```
Version: 1.0
RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default
EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 4
Encoding: UTF-8
RnwWeave: knitr
LaTeX: pdfLaTeX
/* css styles */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment