-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
yohann
committed
Nov 12, 2024
1 parent
ba261bc
commit c84794f
Showing
10 changed files
with
150 additions
and
5,021 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,8 @@ | |
<script src="../../site_libs/quarto-search/fuse.min.js"></script> | ||
<script src="../../site_libs/quarto-search/quarto-search.js"></script> | ||
<meta name="quarto:offset" content="../../"> | ||
<script src="../../site_libs/cookie-consent/cookie-consent.js"></script> | ||
<link href="../../site_libs/cookie-consent/cookie-consent.css" rel="stylesheet"> | ||
<script src="../../site_libs/quarto-html/quarto.js"></script> | ||
<script src="../../site_libs/quarto-html/popper.min.js"></script> | ||
<script src="../../site_libs/quarto-html/tippy.umd.min.js"></script> | ||
|
@@ -70,14 +72,32 @@ | |
}</script> | ||
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-YYG34HFXPT"></script> | ||
|
||
<script type="text/javascript"> | ||
<script type="text/plain" cookie-consent="tracking"> | ||
|
||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', 'G-YYG34HFXPT', { 'anonymize_ip': true}); | ||
</script> | ||
|
||
<script type="text/javascript" charset="UTF-8"> | ||
document.addEventListener('DOMContentLoaded', function () { | ||
cookieconsent.run({ | ||
"notice_banner_type":"simple", | ||
"consent_type":"implied", | ||
"palette":"light", | ||
"language":"en", | ||
"page_load_consent_levels":["strictly-necessary","functionality","tracking","targeting"], | ||
"notice_banner_reject_button_hide":false, | ||
"preferences_center_close_button_hide":false, | ||
"website_name":"" | ||
, | ||
"language":"en" | ||
}); | ||
}); | ||
</script> | ||
|
||
|
||
|
||
<link rel="stylesheet" href="../../styles.css"> | ||
</head> | ||
|
@@ -98,11 +118,21 @@ | |
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarCollapse"> | ||
<ul class="navbar-nav navbar-nav-scroll ms-auto"> | ||
<ul class="navbar-nav navbar-nav-scroll me-auto"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="../../index.html"> | ||
<span class="menu-text">Home</span></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="../../about.html"> | ||
<span class="menu-text">About</span></a> | ||
<span class="menu-text">About me</span></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://www.r-bloggers.com/"> | ||
<span class="menu-text">r-bloggers</span></a> | ||
</li> | ||
</ul> | ||
<ul class="navbar-nav navbar-nav-scroll ms-auto"> | ||
<li class="nav-item compact"> | ||
<a class="nav-link" href="https://github.com/"> <i class="bi bi-github" role="img"> | ||
</i> | ||
|
@@ -111,6 +141,20 @@ | |
<li class="nav-item compact"> | ||
<a class="nav-link" href="https://www.linkedin.com/in/yohann-mansiaux-1816aa20/"> <i class="bi bi-linkedin" role="img"> | ||
</i> | ||
<span class="menu-text"></span></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://bsky.app/profile/yosky.bsky.social"> | ||
<span class="menu-text">Bluesky</span></a> | ||
</li> | ||
<li class="nav-item compact"> | ||
<a class="nav-link" href="mailto:[email protected]"> <i class="bi bi-envelope" role="img"> | ||
</i> | ||
<span class="menu-text"></span></a> | ||
</li> | ||
<li class="nav-item compact"> | ||
<a class="nav-link" href="https://ymansiaux.github.io/yohann-data/index.xml"> <i class="bi bi-rss" role="img"> | ||
</i> | ||
<span class="menu-text"></span></a> | ||
</li> | ||
</ul> | ||
|
@@ -270,7 +314,7 @@ <h1 class="title">VSCode for R users</h1> | |
} | ||
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); | ||
var mailtoRegex = new RegExp(/^mailto:/); | ||
var filterRegex = new RegExp('/' + window.location.host + '/'); | ||
var filterRegex = new RegExp("https:\/\/ymansiaux\.github\.io\/yohann-data\/"); | ||
var isInternal = (href) => { | ||
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); | ||
} | ||
|
@@ -599,6 +643,19 @@ <h1 class="title">VSCode for R users</h1> | |
}); | ||
</script> | ||
</div> <!-- /content --> | ||
<footer class="footer"> | ||
<div class="nav-footer"> | ||
<div class="nav-footer-left"> | ||
| ||
</div> | ||
<div class="nav-footer-center"> | ||
|
||
<div class="cookie-consent-footer"><a href="#" id="open_preferences_center">Cookie Preferences</a></div></div> | ||
<div class="nav-footer-right"> | ||
| ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,14 +146,15 @@ | |
<a class="nav-link" href="https://bsky.app/profile/yosky.bsky.social"> | ||
<span class="menu-text">Bluesky</span></a> | ||
</li> | ||
<li class="nav-item"> | ||
<li class="nav-item compact"> | ||
<a class="nav-link" href="mailto:[email protected]"> <i class="bi bi-envelope" role="img"> | ||
</i> | ||
<span class="menu-text">email</span></a> | ||
<span class="menu-text"></span></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://ymansiaux.github.io/yohann-data/index.xml"> | ||
<span class="menu-text">rss</span></a> | ||
<li class="nav-item compact"> | ||
<a class="nav-link" href="https://ymansiaux.github.io/yohann-data/index.xml"> <i class="bi bi-rss" role="img"> | ||
</i> | ||
<span class="menu-text"></span></a> | ||
</li> | ||
</ul> | ||
</div> <!-- /navcollapse --> | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.