Skip to content

Commit

Permalink
initiate
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaliga committed Jul 30, 2022
1 parent 1aceef2 commit ed2a6eb
Show file tree
Hide file tree
Showing 16 changed files with 149 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .Rproj.user/52E38BC1/sources/prop/2C1B9C21
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"source_window_id": "",
"Source": "Source",
"cursorPosition": "0,0",
"scrollLine": "0"
}
11 changes: 11 additions & 0 deletions .Rproj.user/52E38BC1/sources/prop/4F5DF8C4
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"rmdVisualMode": "true",
"rmdVisualWrapConfigured": "true",
"source_window_id": "",
"Source": "Source",
"docOutlineVisible": "1",
"rmdVisualCollapsedChunks": "",
"rmdVisualModeLocation": "2:0",
"cursorPosition": "0,0",
"scrollLine": "0"
}
2 changes: 2 additions & 0 deletions .Rproj.user/52E38BC1/sources/prop/INDEX
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Y%3A%2FDropbox%2Fgithub_repos%2Fvbaliga.github.ioo%2F_quarto.yml="2C1B9C21"
Y%3A%2FDropbox%2Fgithub_repos%2Fvbaliga.github.ioo%2Findex.qmd="4F5DF8C4"
31 changes: 31 additions & 0 deletions .Rproj.user/52E38BC1/sources/session-D36B5836/B340EF2F
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"id": "B340EF2F",
"path": "Y:/Dropbox/github_repos/vbaliga.github.ioo/index.qmd",
"project_path": "index.qmd",
"type": "quarto_markdown",
"hash": "0",
"contents": "",
"dirty": false,
"created": 1659216327088.0,
"source_on_save": false,
"relative_order": 1,
"properties": {
"rmdVisualMode": "true",
"rmdVisualWrapConfigured": "true",
"source_window_id": "",
"Source": "Source",
"docOutlineVisible": "1",
"rmdVisualCollapsedChunks": "",
"rmdVisualModeLocation": "2:0",
"cursorPosition": "0,0",
"scrollLine": "0"
},
"folds": "",
"lastKnownWriteTime": 1659216345,
"encoding": "UTF-8",
"collab_server": "",
"source_window": "",
"last_content_update": 1659216345,
"read_only": false,
"read_only_alternatives": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "vbaliga.github.io"
---

This is a Quarto website.

To learn more about Quarto websites visit <https://quarto.org/docs/websites>.
26 changes: 26 additions & 0 deletions .Rproj.user/52E38BC1/sources/session-D36B5836/D44E0173
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"id": "D44E0173",
"path": "Y:/Dropbox/github_repos/vbaliga.github.ioo/_quarto.yml",
"project_path": "_quarto.yml",
"type": "yaml",
"hash": "0",
"contents": "",
"dirty": false,
"created": 1659216327746.0,
"source_on_save": false,
"relative_order": 2,
"properties": {
"source_window_id": "",
"Source": "Source",
"cursorPosition": "0,0",
"scrollLine": "0"
},
"folds": "",
"lastKnownWriteTime": 1659216354,
"encoding": "UTF-8",
"collab_server": "",
"source_window": "",
"last_content_update": 1659216354,
"read_only": false,
"read_only_alternatives": []
}
19 changes: 19 additions & 0 deletions .Rproj.user/52E38BC1/sources/session-D36B5836/D44E0173-contents
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
project:
type: website

website:
title: "vbaliga.github.io"
navbar:
left:
- href: index.qmd
text: Home
- about.qmd

format:
html:
theme: cosmo
css: styles.css
toc: true

editor: visual

Empty file.
Empty file.
1 change: 1 addition & 0 deletions .Rproj.user/shared/notebooks/paths
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Y:/Dropbox/github_repos/vbaliga.github.io/index.qmd="672B25A5"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.quarto/
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: "vbaliga.github.io"
navbar:
left:
- href: index.qmd
text: Home
- about.qmd

format:
html:
theme: cosmo
css: styles.css
toc: true

editor: visual

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

About this site
7 changes: 7 additions & 0 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "vbaliga.github.io"
---

This is a Quarto website.

To learn more about Quarto websites visit <https://quarto.org/docs/websites>.
1 change: 1 addition & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* css styles */
13 changes: 13 additions & 0 deletions vbaliga.github.io.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: knitr
LaTeX: pdfLaTeX

0 comments on commit ed2a6eb

Please sign in to comment.