Ouais ouais ouais
This commit is contained in:
parent
17126360a5
commit
b3add85434
4 changed files with 9 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"hash": "e5a644125dd9caf9e5984b363869a990",
|
"hash": "9975f07db5aae7804b7ba7300ce4857b",
|
||||||
"result": {
|
"result": {
|
||||||
"engine": "knitr",
|
"engine": "knitr",
|
||||||
"markdown": "---\ntitle: \"Site perso\"\nimage: media/photo.jpg\nexecute: \n freeze: auto\nabout:\n template: trestles\n image-shape: round\n image-width: 12em\n links:\n - text: Email\n icon: envelope\n href: mailto:louis.lacoste@agroparistech.fr\n target: _blank\n - text: \"{{< ai orcid >}} ORCID\"\n href: https://orcid.org/0009-0004-0178-9821\n target: _blank\n - text: \"{{< fa brands github >}} Github\"\n href: https://github.com/Polarolouis\n target: _blank\n - text: \"{{< fa file-pdf >}} CV\"\n href: https://git.polarolouis.fr/polarolouis/cv-latex/raw/branch/main/cv.pdf\n---\n\n\n\n\nWill update later\n\n\n\n::: {.cell}\n\n```{.r .cell-code}\nprint(\"Cc Antoine\")\n```\n\n::: {.cell-output .cell-output-stdout}\n\n```\n[1] \"Cc Antoine\"\n```\n\n\n:::\n:::",
|
"markdown": "---\ntitle: \"Site perso\"\nimage: media/photo.jpg\nexecute: \n freeze: auto\nabout:\n template: trestles\n image-shape: round\n image-width: 12em\n links:\n - text: Email\n icon: envelope\n href: mailto:louis.lacoste@agroparistech.fr\n target: _blank\n - text: \"{{< ai orcid >}} ORCID\"\n href: https://orcid.org/0009-0004-0178-9821\n target: _blank\n - text: \"{{< fa brands github >}} Github\"\n href: https://github.com/Polarolouis\n target: _blank\n - text: \"{{< fa file-pdf >}} CV\"\n href: https://git.polarolouis.fr/polarolouis/cv-latex/raw/branch/main/cv.pdf\n---\n\n\n\n\nWill update later\n\n\n\n::: {.cell}\n\n```{.r .cell-code}\nprint(\"Cc Antoine\")\n```\n\n::: {.cell-output .cell-output-stdout}\n\n```\n[1] \"Cc Antoine\"\n```\n\n\n:::\n\n```{.r .cell-code}\ndata(Titanic)\n```\n:::",
|
||||||
"supporting": [
|
"supporting": [
|
||||||
"index_files"
|
"index_files"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -24,5 +24,10 @@ about:
|
||||||
|
|
||||||
Will update later
|
Will update later
|
||||||
```{r}
|
```{r}
|
||||||
|
#| echo: true
|
||||||
|
#| eval: true
|
||||||
print("Cc Antoine")
|
print("Cc Antoine")
|
||||||
|
|
||||||
|
data(Titanic)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
@ -190,6 +190,7 @@ pre > code.sourceCode > span > a:first-child::before { text-decoration: underlin
|
||||||
<div class="cell-output cell-output-stdout">
|
<div class="cell-output cell-output-stdout">
|
||||||
<pre><code>[1] "Cc Antoine"</code></pre>
|
<pre><code>[1] "Cc Antoine"</code></pre>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="sourceCode cell-code" id="cb3"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a><span class="fu">data</span>(Titanic)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,6 @@
|
||||||
"href": "index.html",
|
"href": "index.html",
|
||||||
"title": "Site perso",
|
"title": "Site perso",
|
||||||
"section": "",
|
"section": "",
|
||||||
"text": "Will update later\n\nprint(\"Cc Antoine\")\n\n[1] \"Cc Antoine\""
|
"text": "Will update later\n\nprint(\"Cc Antoine\")\n\n[1] \"Cc Antoine\"\n\ndata(Titanic)"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
Loading…
Add table
Reference in a new issue