.gitignore Fixed
This commit is contained in:
parent
bca5971e28
commit
3eebd4455e
22 changed files with 258 additions and 274 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"listingMap": {
|
|
||||||
"index.qmd": [
|
|
||||||
"posts"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
18536
|
|
|
@ -1 +0,0 @@
|
||||||
{"headings":[],"entries":[]}
|
|
|
@ -1 +0,0 @@
|
||||||
{"headings":[],"entries":[]}
|
|
|
@ -1 +0,0 @@
|
||||||
{"headings":[],"entries":[]}
|
|
|
@ -1 +0,0 @@
|
||||||
{"entries":[],"headings":[]}
|
|
|
@ -1,14 +0,0 @@
|
||||||
{
|
|
||||||
"about.qmd": {
|
|
||||||
"about.html": "1b4f6f37"
|
|
||||||
},
|
|
||||||
"posts/post-with-code/index.qmd": {
|
|
||||||
"index.html": "64c9294f"
|
|
||||||
},
|
|
||||||
"posts/welcome/index.qmd": {
|
|
||||||
"index.html": "306d856a"
|
|
||||||
},
|
|
||||||
"index.qmd": {
|
|
||||||
"index.html": "5b850698"
|
|
||||||
}
|
|
||||||
}
|
|
10
_quarto.yml
10
_quarto.yml
|
@ -2,17 +2,15 @@ project:
|
||||||
type: website
|
type: website
|
||||||
|
|
||||||
website:
|
website:
|
||||||
title: "quarto-blog"
|
title: "Kyle Belanger"
|
||||||
navbar:
|
navbar:
|
||||||
right:
|
right:
|
||||||
- about.qmd
|
- blog.qmd
|
||||||
- icon: github
|
- icon: github
|
||||||
href: https://github.com/
|
href: https://github.com/mmmmtoasty19
|
||||||
- icon: twitter
|
|
||||||
href: https://twitter.com
|
|
||||||
format:
|
format:
|
||||||
html:
|
html:
|
||||||
theme: cosmo
|
theme: flatly
|
||||||
css: styles.css
|
css: styles.css
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
||||||
|
|
||||||
|
|
||||||
<title>quarto-blog - About</title>
|
<title>Kyle Belanger - Posts</title>
|
||||||
<style>
|
<style>
|
||||||
code{white-space: pre-wrap;}
|
code{white-space: pre-wrap;}
|
||||||
span.smallcaps{font-variant: small-caps;}
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
@ -30,9 +30,12 @@ ul.task-list li input[type="checkbox"] {
|
||||||
<script src="site_libs/quarto-search/fuse.min.js"></script>
|
<script src="site_libs/quarto-search/fuse.min.js"></script>
|
||||||
<script src="site_libs/quarto-search/quarto-search.js"></script>
|
<script src="site_libs/quarto-search/quarto-search.js"></script>
|
||||||
<meta name="quarto:offset" content="./">
|
<meta name="quarto:offset" content="./">
|
||||||
|
<script src="site_libs/quarto-listing/list.min.js"></script>
|
||||||
|
<script src="site_libs/quarto-listing/quarto-listing.js"></script>
|
||||||
<script src="site_libs/quarto-html/quarto.js"></script>
|
<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/popper.min.js"></script>
|
||||||
<script src="site_libs/quarto-html/tippy.umd.min.js"></script>
|
<script src="site_libs/quarto-html/tippy.umd.min.js"></script>
|
||||||
|
<script src="site_libs/quarto-html/anchor.min.js"></script>
|
||||||
<link href="site_libs/quarto-html/tippy.css" rel="stylesheet">
|
<link href="site_libs/quarto-html/tippy.css" rel="stylesheet">
|
||||||
<link href="site_libs/quarto-html/quarto-syntax-highlighting.css" rel="stylesheet" id="quarto-text-highlighting-styles">
|
<link href="site_libs/quarto-html/quarto-syntax-highlighting.css" rel="stylesheet" id="quarto-text-highlighting-styles">
|
||||||
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
|
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
|
||||||
|
@ -58,12 +61,43 @@ ul.task-list li input[type="checkbox"] {
|
||||||
"search-label": "Search"
|
"search-label": "Search"
|
||||||
}
|
}
|
||||||
}</script>
|
}</script>
|
||||||
|
<script>
|
||||||
|
|
||||||
|
window.document.addEventListener("DOMContentLoaded", function (_event) {
|
||||||
|
const listingTargetEl = window.document.querySelector('#listing-listing .list');
|
||||||
|
if (!listingTargetEl) {
|
||||||
|
// No listing discovered, do not attach.
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const options = {
|
||||||
|
valueNames: ['listing-date','listing-title','listing-author','listing-image','listing-description','listing-categories',{ data: ['index'] },{ data: ['categories'] },{ data: ['listing-date-sort'] },{ data: ['listing-file-modified-sort'] }],
|
||||||
|
|
||||||
|
searchColumns: ["listing-date","listing-title","listing-author","listing-image","listing-description","listing-categories"],
|
||||||
|
};
|
||||||
|
|
||||||
|
window['quarto-listings'] = window['quarto-listings'] || {};
|
||||||
|
window['quarto-listings']['listing-listing'] = new List('listing-listing', options);
|
||||||
|
|
||||||
|
if (window['quarto-listing-loaded']) {
|
||||||
|
window['quarto-listing-loaded']();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
window.addEventListener('hashchange',() => {
|
||||||
|
if (window['quarto-listing-loaded']) {
|
||||||
|
window['quarto-listing-loaded']();
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link rel="stylesheet" href="styles.css">
|
<link rel="stylesheet" href="styles.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="nav-fixed fullcontent">
|
<body class="nav-fixed">
|
||||||
|
|
||||||
<div id="quarto-search-results"></div>
|
<div id="quarto-search-results"></div>
|
||||||
<header id="quarto-header" class="headroom fixed-top">
|
<header id="quarto-header" class="headroom fixed-top">
|
||||||
|
@ -71,7 +105,7 @@ ul.task-list li input[type="checkbox"] {
|
||||||
<div class="navbar-container container-fluid">
|
<div class="navbar-container container-fluid">
|
||||||
<div class="navbar-brand-container">
|
<div class="navbar-brand-container">
|
||||||
<a class="navbar-brand" href="./index.html">
|
<a class="navbar-brand" href="./index.html">
|
||||||
<span class="navbar-title">quarto-blog</span>
|
<span class="navbar-title">Kyle Belanger</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="quarto-search" class="" title="Search"></div>
|
<div id="quarto-search" class="" title="Search"></div>
|
||||||
|
@ -81,16 +115,11 @@ ul.task-list li input[type="checkbox"] {
|
||||||
<div class="collapse navbar-collapse" id="navbarCollapse">
|
<div class="collapse navbar-collapse" id="navbarCollapse">
|
||||||
<ul class="navbar-nav navbar-nav-scroll ms-auto">
|
<ul class="navbar-nav navbar-nav-scroll ms-auto">
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link active" href="./about.html" rel="" target="" aria-current="page">
|
<a class="nav-link active" href="./blog.html" rel="" target="" aria-current="page">
|
||||||
<span class="menu-text">About</span></a>
|
<span class="menu-text">Posts</span></a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item compact">
|
<li class="nav-item compact">
|
||||||
<a class="nav-link" href="https://github.com/" rel="" target=""><i class="bi bi-github" role="img">
|
<a class="nav-link" href="https://github.com/mmmmtoasty19" rel="" target=""><i class="bi bi-github" role="img">
|
||||||
</i>
|
|
||||||
<span class="menu-text"></span></a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item compact">
|
|
||||||
<a class="nav-link" href="https://twitter.com" rel="" target=""><i class="bi bi-twitter" role="img">
|
|
||||||
</i>
|
</i>
|
||||||
<span class="menu-text"></span></a>
|
<span class="menu-text"></span></a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -102,42 +131,121 @@ ul.task-list li input[type="checkbox"] {
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<!-- content -->
|
<!-- content -->
|
||||||
<div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-article page-navbar">
|
<header id="title-block-header" class="quarto-title-block default page-columns page-full">
|
||||||
|
<div class="quarto-title-banner page-columns page-full">
|
||||||
|
<div class="quarto-title column-page-left">
|
||||||
|
<h1 class="title">Posts</h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="quarto-title-meta">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</header><div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-full page-navbar">
|
||||||
<!-- sidebar -->
|
<!-- sidebar -->
|
||||||
<!-- margin-sidebar -->
|
<!-- margin-sidebar -->
|
||||||
|
<div id="quarto-margin-sidebar" class="sidebar margin-sidebar">
|
||||||
|
|
||||||
|
<h5 class="quarto-listing-category-title">Categories</h5><div class="quarto-listing-category category-default"><div class="category" data-category="">All <span class="quarto-category-count">(2)</span></div><div class="category" data-category="analysis">analysis <span class="quarto-category-count">(1)</span></div><div class="category" data-category="code">code <span class="quarto-category-count">(1)</span></div><div class="category" data-category="news">news <span class="quarto-category-count">(2)</span></div></div></div>
|
||||||
<!-- main -->
|
<!-- main -->
|
||||||
<div class="quarto-about-jolla">
|
<main class="content quarto-banner-title-block column-page-left" id="quarto-document-content">
|
||||||
<img src="profile.jpg" class="about-image
|
|
||||||
round " style="height: 15em; width: 15em;">
|
|
||||||
<header id="title-block-header" class="quarto-title-block default">
|
|
||||||
<div class="quarto-title">
|
|
||||||
<h1 class="title">About</h1>
|
|
||||||
</div>
|
|
||||||
<div class="quarto-title-meta">
|
|
||||||
</div>
|
|
||||||
</header><main class="content" id="quarto-document-content">
|
|
||||||
<p>About this blog</p>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<hr class="about-sep">
|
|
||||||
<div class="about-links">
|
|
||||||
<a href="https://twitter.com" class="about-link" rel="" target="">
|
|
||||||
<i class="bi bi-twitter"></i>
|
|
||||||
<span class="about-link-text">Twitter</span>
|
|
||||||
</a>
|
<div class="quarto-listing quarto-listing-container-default" id="listing-listing">
|
||||||
<a href="https://linkedin.com" class="about-link" rel="" target="">
|
<div class="list quarto-listing-default">
|
||||||
<i class="bi bi-linkedin"></i>
|
<div class="quarto-post image-right" data-index="0" data-categories="news,code,analysis" data-listing-date-sort="1696305600000" data-listing-file-modified-sort="1696358387981" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1">
|
||||||
<span class="about-link-text">LinkedIn</span>
|
<div class="thumbnail">
|
||||||
</a>
|
<p><a href="./posts/post-with-code/index.html"> <img src="./posts/post-with-code/image.jpg" class="thumbnail-image"> </a></p>
|
||||||
<a href="https://github.com" class="about-link" rel="" target="">
|
</div>
|
||||||
<i class="bi bi-github"></i>
|
<div class="body">
|
||||||
<span class="about-link-text">Github</span>
|
<a href="./posts/post-with-code/index.html">
|
||||||
</a>
|
<h3 class="no-anchor listing-title">
|
||||||
|
Post With Code
|
||||||
|
</h3>
|
||||||
|
<div class="listing-subtitle">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<div class="listing-categories">
|
||||||
|
<div class="listing-category" onclick="window.quartoListingCategory('news'); return false;">
|
||||||
|
news
|
||||||
|
</div>
|
||||||
|
<div class="listing-category" onclick="window.quartoListingCategory('code'); return false;">
|
||||||
|
code
|
||||||
|
</div>
|
||||||
|
<div class="listing-category" onclick="window.quartoListingCategory('analysis'); return false;">
|
||||||
|
analysis
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- /main -->
|
<a href="./posts/post-with-code/index.html">
|
||||||
|
<div class="listing-description">
|
||||||
|
This is a post with executable code.
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="metadata">
|
||||||
|
<a href="./posts/post-with-code/index.html">
|
||||||
|
<div class="listing-date">
|
||||||
|
Oct 3, 2023
|
||||||
|
</div>
|
||||||
|
<div class="listing-author">
|
||||||
|
Harlow Malloc
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="quarto-post image-right" data-index="1" data-categories="news" data-listing-date-sort="1696046400000" data-listing-file-modified-sort="1696358387971" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1">
|
||||||
|
<div class="thumbnail">
|
||||||
|
<p><a href="./posts/welcome/index.html"> <p class="card-img-top"><img src="posts\welcome\thumbnail.jpg" class="thumbnail-image card-img"/></p> </a></p>
|
||||||
|
</div>
|
||||||
|
<div class="body">
|
||||||
|
<a href="./posts/welcome/index.html">
|
||||||
|
<h3 class="no-anchor listing-title">
|
||||||
|
Welcome To My Blog
|
||||||
|
</h3>
|
||||||
|
<div class="listing-subtitle">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<div class="listing-categories">
|
||||||
|
<div class="listing-category" onclick="window.quartoListingCategory('news'); return false;">
|
||||||
|
news
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a href="./posts/welcome/index.html">
|
||||||
|
<div class="listing-description">
|
||||||
|
This is the first post in a Quarto blog. Welcome!
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="metadata">
|
||||||
|
<a href="./posts/welcome/index.html">
|
||||||
|
<div class="listing-date">
|
||||||
|
Sep 30, 2023
|
||||||
|
</div>
|
||||||
|
<div class="listing-author">
|
||||||
|
Tristan O’Malley
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="listing-no-matching d-none">
|
||||||
|
No matching items
|
||||||
|
</div>
|
||||||
|
</div></main> <!-- /main -->
|
||||||
<script id="quarto-html-after-body" type="application/javascript">
|
<script id="quarto-html-after-body" type="application/javascript">
|
||||||
window.document.addEventListener("DOMContentLoaded", function (event) {
|
window.document.addEventListener("DOMContentLoaded", function (event) {
|
||||||
const toggleBodyColorMode = (bsSheetEl) => {
|
const toggleBodyColorMode = (bsSheetEl) => {
|
||||||
|
@ -158,6 +266,13 @@ window.document.addEventListener("DOMContentLoaded", function (event) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
toggleBodyColorPrimary();
|
toggleBodyColorPrimary();
|
||||||
|
const icon = "";
|
||||||
|
const anchorJS = new window.AnchorJS();
|
||||||
|
anchorJS.options = {
|
||||||
|
placement: 'right',
|
||||||
|
icon: icon
|
||||||
|
};
|
||||||
|
anchorJS.add('.anchored');
|
||||||
const isCodeAnnotation = (el) => {
|
const isCodeAnnotation = (el) => {
|
||||||
for (const clz of el.classList) {
|
for (const clz of el.classList) {
|
||||||
if (clz.startsWith('code-annotation-')) {
|
if (clz.startsWith('code-annotation-')) {
|
208
_site/index.html
208
_site/index.html
|
@ -7,7 +7,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
||||||
|
|
||||||
|
|
||||||
<title>quarto-blog</title>
|
<title>Kyle Belanger - About</title>
|
||||||
<style>
|
<style>
|
||||||
code{white-space: pre-wrap;}
|
code{white-space: pre-wrap;}
|
||||||
span.smallcaps{font-variant: small-caps;}
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
@ -30,12 +30,9 @@ ul.task-list li input[type="checkbox"] {
|
||||||
<script src="site_libs/quarto-search/fuse.min.js"></script>
|
<script src="site_libs/quarto-search/fuse.min.js"></script>
|
||||||
<script src="site_libs/quarto-search/quarto-search.js"></script>
|
<script src="site_libs/quarto-search/quarto-search.js"></script>
|
||||||
<meta name="quarto:offset" content="./">
|
<meta name="quarto:offset" content="./">
|
||||||
<script src="site_libs/quarto-listing/list.min.js"></script>
|
|
||||||
<script src="site_libs/quarto-listing/quarto-listing.js"></script>
|
|
||||||
<script src="site_libs/quarto-html/quarto.js"></script>
|
<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/popper.min.js"></script>
|
||||||
<script src="site_libs/quarto-html/tippy.umd.min.js"></script>
|
<script src="site_libs/quarto-html/tippy.umd.min.js"></script>
|
||||||
<script src="site_libs/quarto-html/anchor.min.js"></script>
|
|
||||||
<link href="site_libs/quarto-html/tippy.css" rel="stylesheet">
|
<link href="site_libs/quarto-html/tippy.css" rel="stylesheet">
|
||||||
<link href="site_libs/quarto-html/quarto-syntax-highlighting.css" rel="stylesheet" id="quarto-text-highlighting-styles">
|
<link href="site_libs/quarto-html/quarto-syntax-highlighting.css" rel="stylesheet" id="quarto-text-highlighting-styles">
|
||||||
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
|
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
|
||||||
|
@ -61,43 +58,12 @@ ul.task-list li input[type="checkbox"] {
|
||||||
"search-label": "Search"
|
"search-label": "Search"
|
||||||
}
|
}
|
||||||
}</script>
|
}</script>
|
||||||
<script>
|
|
||||||
|
|
||||||
window.document.addEventListener("DOMContentLoaded", function (_event) {
|
|
||||||
const listingTargetEl = window.document.querySelector('#listing-listing .list');
|
|
||||||
if (!listingTargetEl) {
|
|
||||||
// No listing discovered, do not attach.
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const options = {
|
|
||||||
valueNames: ['listing-date','listing-title','listing-author','listing-image','listing-description','listing-categories',{ data: ['index'] },{ data: ['categories'] },{ data: ['listing-date-sort'] },{ data: ['listing-file-modified-sort'] }],
|
|
||||||
|
|
||||||
searchColumns: ["listing-date","listing-title","listing-author","listing-image","listing-description","listing-categories"],
|
|
||||||
};
|
|
||||||
|
|
||||||
window['quarto-listings'] = window['quarto-listings'] || {};
|
|
||||||
window['quarto-listings']['listing-listing'] = new List('listing-listing', options);
|
|
||||||
|
|
||||||
if (window['quarto-listing-loaded']) {
|
|
||||||
window['quarto-listing-loaded']();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
window.addEventListener('hashchange',() => {
|
|
||||||
if (window['quarto-listing-loaded']) {
|
|
||||||
window['quarto-listing-loaded']();
|
|
||||||
}
|
|
||||||
})
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js" type="text/javascript"></script>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="styles.css">
|
<link rel="stylesheet" href="styles.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="nav-fixed">
|
<body class="nav-fixed fullcontent">
|
||||||
|
|
||||||
<div id="quarto-search-results"></div>
|
<div id="quarto-search-results"></div>
|
||||||
<header id="quarto-header" class="headroom fixed-top">
|
<header id="quarto-header" class="headroom fixed-top">
|
||||||
|
@ -105,7 +71,7 @@ ul.task-list li input[type="checkbox"] {
|
||||||
<div class="navbar-container container-fluid">
|
<div class="navbar-container container-fluid">
|
||||||
<div class="navbar-brand-container">
|
<div class="navbar-brand-container">
|
||||||
<a class="navbar-brand" href="./index.html">
|
<a class="navbar-brand" href="./index.html">
|
||||||
<span class="navbar-title">quarto-blog</span>
|
<span class="navbar-title">Kyle Belanger</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="quarto-search" class="" title="Search"></div>
|
<div id="quarto-search" class="" title="Search"></div>
|
||||||
|
@ -115,16 +81,11 @@ ul.task-list li input[type="checkbox"] {
|
||||||
<div class="collapse navbar-collapse" id="navbarCollapse">
|
<div class="collapse navbar-collapse" id="navbarCollapse">
|
||||||
<ul class="navbar-nav navbar-nav-scroll ms-auto">
|
<ul class="navbar-nav navbar-nav-scroll ms-auto">
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="./about.html" rel="" target="">
|
<a class="nav-link" href="./blog.html" rel="" target="">
|
||||||
<span class="menu-text">About</span></a>
|
<span class="menu-text">Posts</span></a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item compact">
|
<li class="nav-item compact">
|
||||||
<a class="nav-link" href="https://github.com/" rel="" target=""><i class="bi bi-github" role="img">
|
<a class="nav-link" href="https://github.com/mmmmtoasty19" rel="" target=""><i class="bi bi-github" role="img">
|
||||||
</i>
|
|
||||||
<span class="menu-text"></span></a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item compact">
|
|
||||||
<a class="nav-link" href="https://twitter.com" rel="" target=""><i class="bi bi-twitter" role="img">
|
|
||||||
</i>
|
</i>
|
||||||
<span class="menu-text"></span></a>
|
<span class="menu-text"></span></a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -136,121 +97,57 @@ ul.task-list li input[type="checkbox"] {
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<!-- content -->
|
<!-- content -->
|
||||||
<header id="title-block-header" class="quarto-title-block default page-columns page-full">
|
<div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-article page-navbar">
|
||||||
<div class="quarto-title-banner page-columns page-full">
|
|
||||||
<div class="quarto-title column-page-left">
|
|
||||||
<h1 class="title">quarto-blog</h1>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="quarto-title-meta">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</header><div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-full page-navbar">
|
|
||||||
<!-- sidebar -->
|
<!-- sidebar -->
|
||||||
<!-- margin-sidebar -->
|
<!-- margin-sidebar -->
|
||||||
<div id="quarto-margin-sidebar" class="sidebar margin-sidebar">
|
|
||||||
|
|
||||||
<h5 class="quarto-listing-category-title">Categories</h5><div class="quarto-listing-category category-default"><div class="category" data-category="">All <span class="quarto-category-count">(2)</span></div><div class="category" data-category="analysis">analysis <span class="quarto-category-count">(1)</span></div><div class="category" data-category="code">code <span class="quarto-category-count">(1)</span></div><div class="category" data-category="news">news <span class="quarto-category-count">(2)</span></div></div></div>
|
|
||||||
<!-- main -->
|
<!-- main -->
|
||||||
<main class="content quarto-banner-title-block column-page-left" id="quarto-document-content">
|
<div class="quarto-about-broadside column-page">
|
||||||
|
<div class="about-main">
|
||||||
|
<div class="about-entity" style="background-image: url('kyle.jpg')"></div>
|
||||||
|
<div class="about-contents"><header id="title-block-header" class="quarto-title-block default">
|
||||||
|
<div class="quarto-title">
|
||||||
|
<h1 class="title">About</h1>
|
||||||
|
</div>
|
||||||
|
<div class="quarto-title-meta">
|
||||||
|
</div>
|
||||||
|
</header><main class="content" id="quarto-document-content">
|
||||||
|
<section id="bio" class="level2">
|
||||||
|
<h2 data-anchor-id="bio">Bio</h2>
|
||||||
|
<p>I am a highly accomplished Medical Technologist with an extensive 14-year track record in the medical industry, consistently demonstrating the ability to effectively bridge the divide between medical professionals and information technologists. Proficient in the application of machine learning techniques to enhance medical data analysis and adept at developing innovative R Shiny apps to streamline healthcare processes and improve patient outcomes.</p>
|
||||||
|
</section>
|
||||||
|
<section id="education" class="level2">
|
||||||
|
<h2 data-anchor-id="education">Education</h2>
|
||||||
|
<p><strong>Campbell University</strong> | Buies Creek, NC</p>
|
||||||
|
<p>Doctorate of Health Sciences | August 2020 - May 2023</p>
|
||||||
|
<p><strong>University of Central Florida</strong> | Orlando, FL</p>
|
||||||
|
<p>M.S. in Healthcare Informatics | August 2018 - May 2020</p>
|
||||||
|
<p><strong>Western Carolina University</strong> | Cullowhee, NC</p>
|
||||||
|
<p>B.S. in Clinical Laboratory Science | August 2005 - May 2009</p>
|
||||||
|
</section>
|
||||||
|
<section id="experience" class="level2">
|
||||||
|
<h2 data-anchor-id="experience">Experience</h2>
|
||||||
|
<p><strong>Roche Diagnositcs</strong> | IT Workflow Consultant | Oct 2021 - Present</p>
|
||||||
|
<p><strong>Roche Diagnostics</strong> | Field Application Specialist | July 2012 - Sept 2021</p>
|
||||||
|
<p><strong>Cape Fear Valley Hospital</strong> | Lead Medical Laboratory Scientist | June 2011 - July 2012</p>
|
||||||
|
<p><strong>Cape Fear Valley Hospital</strong> | Medical Laboratory Scientist | June 2009 - June 2011</p>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</main></div>
|
||||||
|
</div>
|
||||||
|
<div class="about-links">
|
||||||
|
<a href="https://www.linkedin.com/in/kyle-belanger/" class="about-link" rel="" target="">
|
||||||
|
<i class="bi bi-linkedin"></i>
|
||||||
<div class="quarto-listing quarto-listing-container-default" id="listing-listing">
|
<span class="about-link-text">LinkedIn</span>
|
||||||
<div class="list quarto-listing-default">
|
</a>
|
||||||
<div class="quarto-post image-right" data-index="0" data-categories="news,code,analysis" data-listing-date-sort="1696305600000" data-listing-file-modified-sort="1696358387981" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1">
|
<a href="https://github.com/mmmmtoasty19" class="about-link" rel="" target="">
|
||||||
<div class="thumbnail">
|
<i class="bi bi-github"></i>
|
||||||
<p><a href="./posts/post-with-code/index.html"> <img src="./posts/post-with-code/image.jpg" class="thumbnail-image"> </a></p>
|
<span class="about-link-text">Github</span>
|
||||||
</div>
|
</a>
|
||||||
<div class="body">
|
|
||||||
<a href="./posts/post-with-code/index.html">
|
|
||||||
<h3 class="no-anchor listing-title">
|
|
||||||
Post With Code
|
|
||||||
</h3>
|
|
||||||
<div class="listing-subtitle">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
<div class="listing-categories">
|
|
||||||
<div class="listing-category" onclick="window.quartoListingCategory('news'); return false;">
|
|
||||||
news
|
|
||||||
</div>
|
|
||||||
<div class="listing-category" onclick="window.quartoListingCategory('code'); return false;">
|
|
||||||
code
|
|
||||||
</div>
|
|
||||||
<div class="listing-category" onclick="window.quartoListingCategory('analysis'); return false;">
|
|
||||||
analysis
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<a href="./posts/post-with-code/index.html">
|
<!-- /main -->
|
||||||
<div class="listing-description">
|
|
||||||
This is a post with executable code.
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="metadata">
|
|
||||||
<a href="./posts/post-with-code/index.html">
|
|
||||||
<div class="listing-date">
|
|
||||||
Oct 3, 2023
|
|
||||||
</div>
|
|
||||||
<div class="listing-author">
|
|
||||||
Harlow Malloc
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="quarto-post image-right" data-index="1" data-categories="news" data-listing-date-sort="1696046400000" data-listing-file-modified-sort="1696358387971" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1">
|
|
||||||
<div class="thumbnail">
|
|
||||||
<p><a href="./posts/welcome/index.html"> <p class="card-img-top"><img src="posts\welcome\thumbnail.jpg" class="thumbnail-image card-img"/></p> </a></p>
|
|
||||||
</div>
|
|
||||||
<div class="body">
|
|
||||||
<a href="./posts/welcome/index.html">
|
|
||||||
<h3 class="no-anchor listing-title">
|
|
||||||
Welcome To My Blog
|
|
||||||
</h3>
|
|
||||||
<div class="listing-subtitle">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
<div class="listing-categories">
|
|
||||||
<div class="listing-category" onclick="window.quartoListingCategory('news'); return false;">
|
|
||||||
news
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="./posts/welcome/index.html">
|
|
||||||
<div class="listing-description">
|
|
||||||
This is the first post in a Quarto blog. Welcome!
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="metadata">
|
|
||||||
<a href="./posts/welcome/index.html">
|
|
||||||
<div class="listing-date">
|
|
||||||
Sep 30, 2023
|
|
||||||
</div>
|
|
||||||
<div class="listing-author">
|
|
||||||
Tristan O’Malley
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="listing-no-matching d-none">
|
|
||||||
No matching items
|
|
||||||
</div>
|
|
||||||
</div></main> <!-- /main -->
|
|
||||||
<script id="quarto-html-after-body" type="application/javascript">
|
<script id="quarto-html-after-body" type="application/javascript">
|
||||||
window.document.addEventListener("DOMContentLoaded", function (event) {
|
window.document.addEventListener("DOMContentLoaded", function (event) {
|
||||||
const toggleBodyColorMode = (bsSheetEl) => {
|
const toggleBodyColorMode = (bsSheetEl) => {
|
||||||
|
@ -271,13 +168,6 @@ window.document.addEventListener("DOMContentLoaded", function (event) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
toggleBodyColorPrimary();
|
toggleBodyColorPrimary();
|
||||||
const icon = "";
|
|
||||||
const anchorJS = new window.AnchorJS();
|
|
||||||
anchorJS.options = {
|
|
||||||
placement: 'right',
|
|
||||||
icon: icon
|
|
||||||
};
|
|
||||||
anchorJS.add('.anchored');
|
|
||||||
const isCodeAnnotation = (el) => {
|
const isCodeAnnotation = (el) => {
|
||||||
for (const clz of el.classList) {
|
for (const clz of el.classList) {
|
||||||
if (clz.startsWith('code-annotation-')) {
|
if (clz.startsWith('code-annotation-')) {
|
||||||
|
|
BIN
_site/kyle.jpg
Normal file
BIN
_site/kyle.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 884 KiB |
|
@ -1,6 +1,6 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"listing": "/index.html",
|
"listing": "/blog.html",
|
||||||
"items": [
|
"items": [
|
||||||
"/posts/post-with-code/index.html",
|
"/posts/post-with-code/index.html",
|
||||||
"/posts/welcome/index.html"
|
"/posts/welcome/index.html"
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<meta name="author" content="Harlow Malloc">
|
<meta name="author" content="Harlow Malloc">
|
||||||
<meta name="dcterms.date" content="2023-10-03">
|
<meta name="dcterms.date" content="2023-10-03">
|
||||||
|
|
||||||
<title>quarto-blog - Post With Code</title>
|
<title>Kyle Belanger - Post With Code</title>
|
||||||
<style>
|
<style>
|
||||||
code{white-space: pre-wrap;}
|
code{white-space: pre-wrap;}
|
||||||
span.smallcaps{font-variant: small-caps;}
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
@ -74,7 +74,7 @@ ul.task-list li input[type="checkbox"] {
|
||||||
<div class="navbar-container container-fluid">
|
<div class="navbar-container container-fluid">
|
||||||
<div class="navbar-brand-container">
|
<div class="navbar-brand-container">
|
||||||
<a class="navbar-brand" href="../../index.html">
|
<a class="navbar-brand" href="../../index.html">
|
||||||
<span class="navbar-title">quarto-blog</span>
|
<span class="navbar-title">Kyle Belanger</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="quarto-search" class="" title="Search"></div>
|
<div id="quarto-search" class="" title="Search"></div>
|
||||||
|
@ -84,16 +84,11 @@ ul.task-list li input[type="checkbox"] {
|
||||||
<div class="collapse navbar-collapse" id="navbarCollapse">
|
<div class="collapse navbar-collapse" id="navbarCollapse">
|
||||||
<ul class="navbar-nav navbar-nav-scroll ms-auto">
|
<ul class="navbar-nav navbar-nav-scroll ms-auto">
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="../../about.html" rel="" target="">
|
<a class="nav-link" href="../../blog.html" rel="" target="">
|
||||||
<span class="menu-text">About</span></a>
|
<span class="menu-text">Posts</span></a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item compact">
|
<li class="nav-item compact">
|
||||||
<a class="nav-link" href="https://github.com/" rel="" target=""><i class="bi bi-github" role="img">
|
<a class="nav-link" href="https://github.com/mmmmtoasty19" rel="" target=""><i class="bi bi-github" role="img">
|
||||||
</i>
|
|
||||||
<span class="menu-text"></span></a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item compact">
|
|
||||||
<a class="nav-link" href="https://twitter.com" rel="" target=""><i class="bi bi-twitter" role="img">
|
|
||||||
</i>
|
</i>
|
||||||
<span class="menu-text"></span></a>
|
<span class="menu-text"></span></a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<meta name="author" content="Tristan O’Malley">
|
<meta name="author" content="Tristan O’Malley">
|
||||||
<meta name="dcterms.date" content="2023-09-30">
|
<meta name="dcterms.date" content="2023-09-30">
|
||||||
|
|
||||||
<title>quarto-blog - Welcome To My Blog</title>
|
<title>Kyle Belanger - Welcome To My Blog</title>
|
||||||
<style>
|
<style>
|
||||||
code{white-space: pre-wrap;}
|
code{white-space: pre-wrap;}
|
||||||
span.smallcaps{font-variant: small-caps;}
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
@ -74,7 +74,7 @@ ul.task-list li input[type="checkbox"] {
|
||||||
<div class="navbar-container container-fluid">
|
<div class="navbar-container container-fluid">
|
||||||
<div class="navbar-brand-container">
|
<div class="navbar-brand-container">
|
||||||
<a class="navbar-brand" href="../../index.html">
|
<a class="navbar-brand" href="../../index.html">
|
||||||
<span class="navbar-title">quarto-blog</span>
|
<span class="navbar-title">Kyle Belanger</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="quarto-search" class="" title="Search"></div>
|
<div id="quarto-search" class="" title="Search"></div>
|
||||||
|
@ -84,16 +84,11 @@ ul.task-list li input[type="checkbox"] {
|
||||||
<div class="collapse navbar-collapse" id="navbarCollapse">
|
<div class="collapse navbar-collapse" id="navbarCollapse">
|
||||||
<ul class="navbar-nav navbar-nav-scroll ms-auto">
|
<ul class="navbar-nav navbar-nav-scroll ms-auto">
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="../../about.html" rel="" target="">
|
<a class="nav-link" href="../../blog.html" rel="" target="">
|
||||||
<span class="menu-text">About</span></a>
|
<span class="menu-text">Posts</span></a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item compact">
|
<li class="nav-item compact">
|
||||||
<a class="nav-link" href="https://github.com/" rel="" target=""><i class="bi bi-github" role="img">
|
<a class="nav-link" href="https://github.com/mmmmtoasty19" rel="" target=""><i class="bi bi-github" role="img">
|
||||||
</i>
|
|
||||||
<span class="menu-text"></span></a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item compact">
|
|
||||||
<a class="nav-link" href="https://twitter.com" rel="" target=""><i class="bi bi-twitter" role="img">
|
|
||||||
</i>
|
</i>
|
||||||
<span class="menu-text"></span></a>
|
<span class="menu-text"></span></a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 59 KiB |
|
@ -1,11 +1,4 @@
|
||||||
[
|
[
|
||||||
{
|
|
||||||
"objectID": "about.html",
|
|
||||||
"href": "about.html",
|
|
||||||
"title": "About",
|
|
||||||
"section": "",
|
|
||||||
"text": "About this blog"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"objectID": "posts/welcome/index.html",
|
"objectID": "posts/welcome/index.html",
|
||||||
"href": "posts/welcome/index.html",
|
"href": "posts/welcome/index.html",
|
||||||
|
@ -13,18 +6,46 @@
|
||||||
"section": "",
|
"section": "",
|
||||||
"text": "This is the first post in a Quarto blog. Welcome!\n\nSince this post doesn’t specify an explicit image, the first image in the post will be used in the listing page of posts."
|
"text": "This is the first post in a Quarto blog. Welcome!\n\nSince this post doesn’t specify an explicit image, the first image in the post will be used in the listing page of posts."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"objectID": "index.html",
|
||||||
|
"href": "index.html",
|
||||||
|
"title": "About",
|
||||||
|
"section": "",
|
||||||
|
"text": "I am a highly accomplished Medical Technologist with an extensive 14-year track record in the medical industry, consistently demonstrating the ability to effectively bridge the divide between medical professionals and information technologists. Proficient in the application of machine learning techniques to enhance medical data analysis and adept at developing innovative R Shiny apps to streamline healthcare processes and improve patient outcomes."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"objectID": "index.html#bio",
|
||||||
|
"href": "index.html#bio",
|
||||||
|
"title": "About",
|
||||||
|
"section": "",
|
||||||
|
"text": "I am a highly accomplished Medical Technologist with an extensive 14-year track record in the medical industry, consistently demonstrating the ability to effectively bridge the divide between medical professionals and information technologists. Proficient in the application of machine learning techniques to enhance medical data analysis and adept at developing innovative R Shiny apps to streamline healthcare processes and improve patient outcomes."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"objectID": "index.html#education",
|
||||||
|
"href": "index.html#education",
|
||||||
|
"title": "About",
|
||||||
|
"section": "Education",
|
||||||
|
"text": "Education\nCampbell University | Buies Creek, NC\nDoctorate of Health Sciences | August 2020 - May 2023\nUniversity of Central Florida | Orlando, FL\nM.S. in Healthcare Informatics | August 2018 - May 2020\nWestern Carolina University | Cullowhee, NC\nB.S. in Clinical Laboratory Science | August 2005 - May 2009"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"objectID": "index.html#experience",
|
||||||
|
"href": "index.html#experience",
|
||||||
|
"title": "About",
|
||||||
|
"section": "Experience",
|
||||||
|
"text": "Experience\nRoche Diagnositcs | IT Workflow Consultant | Oct 2021 - Present\nRoche Diagnostics | Field Application Specialist | July 2012 - Sept 2021\nCape Fear Valley Hospital | Lead Medical Laboratory Scientist | June 2011 - July 2012\nCape Fear Valley Hospital | Medical Laboratory Scientist | June 2009 - June 2011"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"objectID": "blog.html",
|
||||||
|
"href": "blog.html",
|
||||||
|
"title": "Posts",
|
||||||
|
"section": "",
|
||||||
|
"text": "Post With Code\n\n\n\n\n\n\n\nnews\n\n\ncode\n\n\nanalysis\n\n\n\n\n\n\n\n\n\n\n\nOct 3, 2023\n\n\nHarlow Malloc\n\n\n\n\n\n\n \n\n\n\n\nWelcome To My Blog\n\n\n\n\n\n\n\nnews\n\n\n\n\n\n\n\n\n\n\n\nSep 30, 2023\n\n\nTristan O’Malley\n\n\n\n\n\n\nNo matching items"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"objectID": "posts/post-with-code/index.html",
|
"objectID": "posts/post-with-code/index.html",
|
||||||
"href": "posts/post-with-code/index.html",
|
"href": "posts/post-with-code/index.html",
|
||||||
"title": "Post With Code",
|
"title": "Post With Code",
|
||||||
"section": "",
|
"section": "",
|
||||||
"text": "This is a post with executable code."
|
"text": "This is a post with executable code."
|
||||||
},
|
|
||||||
{
|
|
||||||
"objectID": "index.html",
|
|
||||||
"href": "index.html",
|
|
||||||
"title": "quarto-blog",
|
|
||||||
"section": "",
|
|
||||||
"text": "Post With Code\n\n\n\n\n\n\n\nnews\n\n\ncode\n\n\nanalysis\n\n\n\n\n\n\n\n\n\n\n\nOct 3, 2023\n\n\nHarlow Malloc\n\n\n\n\n\n\n \n\n\n\n\nWelcome To My Blog\n\n\n\n\n\n\n\nnews\n\n\n\n\n\n\n\n\n\n\n\nSep 30, 2023\n\n\nTristan O’Malley\n\n\n\n\n\n\nNo matching items"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
4
_site/site_libs/bootstrap/bootstrap.min.css
vendored
4
_site/site_libs/bootstrap/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
blog.qmd
2
blog.qmd
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "quarto-blog"
|
title: "Posts"
|
||||||
listing:
|
listing:
|
||||||
contents: posts
|
contents: posts
|
||||||
sort: "date desc"
|
sort: "date desc"
|
||||||
|
|
Loading…
Reference in a new issue