New changes
This commit is contained in:
parent
f9da0bd4e2
commit
17126360a5
4 changed files with 50 additions and 5 deletions
|
|
@ -1,9 +1,11 @@
|
|||
{
|
||||
"hash": "b65232f532fa89b5481b2b2349223388",
|
||||
"hash": "e5a644125dd9caf9e5984b363869a990",
|
||||
"result": {
|
||||
"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# My Github contributions\n\n\n\n::: {.cell}\n\n```{.r .cell-code}\nprint(\"tutu\")\n```\n\n::: {.cell-output .cell-output-stdout}\n\n```\n[1] \"tutu\"\n```\n\n\n:::\n\n```{.r .cell-code}\nSys.sleep(3)\n```\n:::\n\n\n\n\nbbbb",
|
||||
"supporting": [],
|
||||
"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:::",
|
||||
"supporting": [
|
||||
"index_files"
|
||||
],
|
||||
"filters": [
|
||||
"rmarkdown/pagebreak.lua"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -22,4 +22,7 @@ about:
|
|||
href: https://git.polarolouis.fr/polarolouis/cv-latex/raw/branch/main/cv.pdf
|
||||
---
|
||||
|
||||
Will update later
|
||||
Will update later
|
||||
```{r}
|
||||
print("Cc Antoine")
|
||||
```
|
||||
|
|
@ -20,6 +20,40 @@ ul.task-list li input[type="checkbox"] {
|
|||
margin: 0 0.8em 0.2em -1em; /* quarto-specific, see https://github.com/quarto-dev/quarto-cli/issues/4556 */
|
||||
vertical-align: middle;
|
||||
}
|
||||
/* CSS for syntax highlighting */
|
||||
pre > code.sourceCode { white-space: pre; position: relative; }
|
||||
pre > code.sourceCode > span { line-height: 1.25; }
|
||||
pre > code.sourceCode > span:empty { height: 1.2em; }
|
||||
.sourceCode { overflow: visible; }
|
||||
code.sourceCode > span { color: inherit; text-decoration: inherit; }
|
||||
div.sourceCode { margin: 1em 0; }
|
||||
pre.sourceCode { margin: 0; }
|
||||
@media screen {
|
||||
div.sourceCode { overflow: auto; }
|
||||
}
|
||||
@media print {
|
||||
pre > code.sourceCode { white-space: pre-wrap; }
|
||||
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
|
||||
}
|
||||
pre.numberSource code
|
||||
{ counter-reset: source-line 0; }
|
||||
pre.numberSource code > span
|
||||
{ position: relative; left: -4em; counter-increment: source-line; }
|
||||
pre.numberSource code > span > a:first-child::before
|
||||
{ content: counter(source-line);
|
||||
position: relative; left: -1em; text-align: right; vertical-align: baseline;
|
||||
border: none; display: inline-block;
|
||||
-webkit-touch-callout: none; -webkit-user-select: none;
|
||||
-khtml-user-select: none; -moz-user-select: none;
|
||||
-ms-user-select: none; user-select: none;
|
||||
padding: 0 4px; width: 4em;
|
||||
}
|
||||
pre.numberSource { margin-left: 3em; padding-left: 4px; }
|
||||
div.sourceCode
|
||||
{ }
|
||||
@media screen {
|
||||
pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; }
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
|
@ -151,6 +185,12 @@ ul.task-list li input[type="checkbox"] {
|
|||
</div>
|
||||
<div class="about-contents"><main class="content" id="quarto-document-content">
|
||||
<p>Will update later</p>
|
||||
<div class="cell">
|
||||
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="fu">print</span>(<span class="st">"Cc Antoine"</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
|
||||
<div class="cell-output cell-output-stdout">
|
||||
<pre><code>[1] "Cc Antoine"</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</main></div>
|
||||
|
|
|
|||
|
|
@ -25,6 +25,6 @@
|
|||
"href": "index.html",
|
||||
"title": "Site perso",
|
||||
"section": "",
|
||||
"text": "Will update later"
|
||||
"text": "Will update later\n\nprint(\"Cc Antoine\")\n\n[1] \"Cc Antoine\""
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Reference in a new issue