From 17126360a56c47f2370b683a0360838b68b6898d Mon Sep 17 00:00:00 2001 From: Louis Date: Wed, 9 Apr 2025 17:09:15 +0200 Subject: [PATCH] New changes --- _freeze/index/execute-results/html.json | 8 +++-- index.qmd | 5 +++- public/index.html | 40 +++++++++++++++++++++++++ public/search.json | 2 +- 4 files changed, 50 insertions(+), 5 deletions(-) diff --git a/_freeze/index/execute-results/html.json b/_freeze/index/execute-results/html.json index caa7c2a..75269d3 100644 --- a/_freeze/index/execute-results/html.json +++ b/_freeze/index/execute-results/html.json @@ -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" ], diff --git a/index.qmd b/index.qmd index 072090f..31a5185 100644 --- a/index.qmd +++ b/index.qmd @@ -22,4 +22,7 @@ about: href: https://git.polarolouis.fr/polarolouis/cv-latex/raw/branch/main/cv.pdf --- -Will update later \ No newline at end of file +Will update later +```{r} +print("Cc Antoine") +``` \ No newline at end of file diff --git a/public/index.html b/public/index.html index 3ee41b8..e02c962 100644 --- a/public/index.html +++ b/public/index.html @@ -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; } +} @@ -151,6 +185,12 @@ ul.task-list li input[type="checkbox"] {

Will update later

+
+
print("Cc Antoine")
+
+
[1] "Cc Antoine"
+
+
diff --git a/public/search.json b/public/search.json index 3c78225..8aac6d0 100644 --- a/public/search.json +++ b/public/search.json @@ -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\"" } ] \ No newline at end of file