Skip to content

Commit 1181da9

Browse files
committed
Update
1 parent 9c4d6e1 commit 1181da9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "figures"]
22
path = figures
3-
url = git@github.com:coatless-tutorials/demo-figure-repo.git
3+
url = git@github.com:coatless-tutorials/demo-figure-quarto-generated-repo.git

_freeze/posts/welcome/index/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"hash": "0f3769063ba26b207b7a42288c34d1c9",
2+
"hash": "98bb6773e77680cc56f0cbec7d0d68a1",
33
"result": {
44
"engine": "knitr",
5-
"markdown": "---\ntitle: \"Welcome To My Blog\"\ndate: \"2025-08-17\"\ncategories: [news]\nknitr:\n opts_chunk:\n fig.path: ../../figures/post-figures/welcome/\n---\n\nThis is the first post in a Quarto blog that demonstrates how to have a relative figure path with a git subtree.\n\n\n::: {.cell}\n\n```{.r .cell-code}\nplot(cars)\n```\n\n::: {.cell-output-display}\n![](../../figures/post-figures/welcome/example-plot-1.png){width=672}\n:::\n:::\n",
5+
"markdown": "---\ntitle: \"Welcome To My Blog\"\ndate: \"2025-08-17\"\ncategories: [news]\nknitr:\n opts_chunk:\n fig.path: ../../figures/post-figures/welcome/\n---\n\nThis is the first post in a Quarto blog that demonstrates how to have a relative figure path with a git subtree.\n\n\n::: {.cell}\n\n```{.r .cell-code}\nplot(cars)\n```\n\n::: {.cell-output-display}\n![](../../figures/post-figures/welcome/example-plot-1.png){width=672}\n:::\n:::\n\n",
66
"supporting": [],
77
"filters": [
88
"rmarkdown/pagebreak.lua"

posts/welcome/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ This is the first post in a Quarto blog that demonstrates how to have a relative
1212
```{r}
1313
#| label: example-plot
1414
plot(cars)
15-
```
15+
```

0 commit comments

Comments
 (0)