Skip to content

Commit

Permalink
👾 quarto template
Browse files Browse the repository at this point in the history
  • Loading branch information
fguilhaumon committed Jan 3, 2023
1 parent 515d988 commit 976c5fc
Show file tree
Hide file tree
Showing 21 changed files with 1,421 additions and 5 deletions.
1 change: 1 addition & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source("renv/activate.R")
4 changes: 4 additions & 0 deletions .Rproj (1).user/6173E2DF/sources/prop/6C00CC8D
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"source_window_id": "",
"Source": "Source"
}
4 changes: 4 additions & 0 deletions .Rproj (1).user/6173E2DF/sources/prop/DC13A60E
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"source_window_id": "",
"Source": "Source"
}
2 changes: 2 additions & 0 deletions .Rproj (1).user/6173E2DF/sources/prop/INDEX
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
~%2FDropbox%2FMe%2Fgithub%2Fquarto_website_template%2F_quarto.yml="DC13A60E"
~%2FDropbox%2FMe%2Fgithub%2Fquarto_website_template%2Findex.qmd="6C00CC8D"
24 changes: 24 additions & 0 deletions .Rproj (1).user/6173E2DF/sources/session-1fc5b74b/016A0284
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"id": "016A0284",
"path": "~/Dropbox/Me/github/quarto_website_template/index.qmd",
"project_path": "index.qmd",
"type": "quarto_markdown",
"hash": "0",
"contents": "",
"dirty": false,
"created": 1672741942468.0,
"source_on_save": false,
"relative_order": 1,
"properties": {
"source_window_id": "",
"Source": "Source"
},
"folds": "",
"lastKnownWriteTime": 1672741933,
"encoding": "UTF-8",
"collab_server": "",
"source_window": "",
"last_content_update": 1672741933,
"read_only": false,
"read_only_alternatives": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "quarto_website_template"
---

This is a Quarto website.

To learn more about Quarto websites visit <https://quarto.org/docs/websites>.

```{r}
1 + 1
```
24 changes: 24 additions & 0 deletions .Rproj (1).user/6173E2DF/sources/session-1fc5b74b/8FCEEE98
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"id": "8FCEEE98",
"path": "~/Dropbox/Me/github/quarto_website_template/_quarto.yml",
"project_path": "_quarto.yml",
"type": "yaml",
"hash": "0",
"contents": "",
"dirty": false,
"created": 1672741942929.0,
"source_on_save": false,
"relative_order": 2,
"properties": {
"source_window_id": "",
"Source": "Source"
},
"folds": "",
"lastKnownWriteTime": 1672741933,
"encoding": "UTF-8",
"collab_server": "",
"source_window": "",
"last_content_update": 1672741933,
"read_only": false,
"read_only_alternatives": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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



Empty file.
Empty file.
1 change: 1 addition & 0 deletions .Rproj (1).user/shared/notebooks/paths
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/home/franz/Dropbox/Me/github/quarto_website_template/index.qmd="AA25C96A"
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
19 changes: 19 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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



9 changes: 9 additions & 0 deletions about.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "About"
---

About this site

```{r}
1 + 1
```
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Version: 1.0

RestoreWorkspace: No
SaveWorkspace: No
AlwaysSaveHistory: Yes
RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: No
Expand All @@ -14,5 +14,3 @@ LaTeX: pdfLaTeX

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes

BuildType: Makefile
11 changes: 11 additions & 0 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "quarto_website_template"
---

This is a Quarto website.

To learn more about Quarto websites visit <https://quarto.org/docs/websites>.

```{r}
1 + 1
```
Loading

0 comments on commit 976c5fc

Please sign in to comment.