First commit
This commit is contained in:
commit
47fff4011f
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
.Rproj.user
|
||||
.Rhistory
|
||||
.RData
|
||||
.Ruserdata
|
19
_quarto.yml
Normal file
19
_quarto.yml
Normal file
@ -0,0 +1,19 @@
|
||||
project:
|
||||
type: website
|
||||
|
||||
website:
|
||||
title: "washweb-website"
|
||||
navbar:
|
||||
left:
|
||||
- href: index.qmd
|
||||
text: Home
|
||||
- about.qmd
|
||||
|
||||
format:
|
||||
html:
|
||||
theme: cosmo
|
||||
css: styles.css
|
||||
toc: true
|
||||
|
||||
editor: visual
|
||||
|
9
about.qmd
Normal file
9
about.qmd
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "About"
|
||||
---
|
||||
|
||||
About this site
|
||||
|
||||
```{r}
|
||||
1 + 1
|
||||
```
|
11
index.qmd
Normal file
11
index.qmd
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "washweb-website"
|
||||
---
|
||||
|
||||
This is a Quarto website.
|
||||
|
||||
To learn more about Quarto websites visit <https://quarto.org/docs/websites>.
|
||||
|
||||
```{r}
|
||||
1 + 1
|
||||
```
|
1
styles.css
Normal file
1
styles.css
Normal file
@ -0,0 +1 @@
|
||||
/* css styles */
|
13
washweb-website.Rproj
Normal file
13
washweb-website.Rproj
Normal file
@ -0,0 +1,13 @@
|
||||
Version: 1.0
|
||||
|
||||
RestoreWorkspace: Default
|
||||
SaveWorkspace: Default
|
||||
AlwaysSaveHistory: Default
|
||||
|
||||
EnableCodeIndexing: Yes
|
||||
UseSpacesForTab: Yes
|
||||
NumSpacesForTab: 2
|
||||
Encoding: UTF-8
|
||||
|
||||
RnwWeave: Sweave
|
||||
LaTeX: pdfLaTeX
|
Loading…
Reference in New Issue
Block a user