Skip to content

Commit

Permalink
start bitstat2
Browse files Browse the repository at this point in the history
  • Loading branch information
statkclee committed May 10, 2024
2 parents cdac9d0 + 08b2122 commit c3f831e
Show file tree
Hide file tree
Showing 11 changed files with 151 additions and 142 deletions.
1 change: 1 addition & 0 deletions .nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{\rtf1}
1 change: 1 addition & 0 deletions docs/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{\rtf1}
38 changes: 19 additions & 19 deletions docs/EDA/post-with-code/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
<html xmlns="http://www.w3.org/1999/xhtml" lang="ko-KR" xml:lang="ko-KR"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.552">
Expand Down Expand Up @@ -89,17 +89,17 @@
],
"show-item-context": false,
"language": {
"search-no-results-text": "No results",
"search-matching-documents-text": "matching documents",
"search-copy-link-title": "Copy link to search",
"search-hide-matches-text": "Hide additional matches",
"search-more-match-text": "more match in this document",
"search-more-matches-text": "more matches in this document",
"search-clear-button-title": "Clear",
"search-no-results-text": "일치 없음",
"search-matching-documents-text": "일치된 문서",
"search-copy-link-title": "검색 링크 복사",
"search-hide-matches-text": "추가 검색 결과 숨기기",
"search-more-match-text": "추가 검색결과",
"search-more-matches-text": "추가 검색결과",
"search-clear-button-title": "제거",
"search-text-placeholder": "",
"search-detached-cancel-button-title": "Cancel",
"search-submit-button-title": "Submit",
"search-label": "Search"
"search-detached-cancel-button-title": "취소",
"search-submit-button-title": "검색",
"search-label": "검색"
}
}</script>

Expand All @@ -118,8 +118,8 @@
<span class="navbar-title">BitStat2</span>
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
<div id="quarto-search" class="" title="검색"></div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="탐색 전환" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
Expand Down Expand Up @@ -162,14 +162,14 @@ <h1 class="title">Post With Code</h1>
<div class="quarto-title-meta">

<div>
<div class="quarto-title-meta-heading">Author</div>
<div class="quarto-title-meta-heading">저자</div>
<div class="quarto-title-meta-contents">
<p>Harlow Malloc </p>
</div>
</div>

<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-heading">공개</div>
<div class="quarto-title-meta-contents">
<p class="date">2024-05-10</p>
</div>
Expand All @@ -192,15 +192,15 @@ <h1 class="title">Post With Code</h1>

<p>This is a post with executable code.</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="dv">1</span> <span class="sc">+</span> <span class="dv">1</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<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="dv">1</span> <span class="sc">+</span> <span class="dv">1</span></span></code><button title="클립보드 복사" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>[1] 2</code></pre>
</div>
</div>



<div id="quarto-appendix" class="default"><section class="quarto-appendix-contents" id="quarto-reuse"><h2 class="anchored quarto-appendix-heading">Reuse</h2><div class="quarto-appendix-contents"><div>CC BY-SA-NC</div></div></section></div></main> <!-- /main -->
<div id="quarto-appendix" class="default"><section class="quarto-appendix-contents" id="quarto-reuse"><h2 class="anchored quarto-appendix-heading">라이센스</h2><div class="quarto-appendix-contents"><div>CC BY-SA-NC</div></div></section></div></main> <!-- /main -->
<script id="quarto-html-after-body" type="application/javascript">
window.document.addEventListener("DOMContentLoaded", function (event) {
const toggleBodyColorMode = (bsSheetEl) => {
Expand Down Expand Up @@ -255,12 +255,12 @@ <h1 class="title">Post With Code</h1>
// flash "checked"
button.classList.add('code-copy-button-checked');
var currentTitle = button.getAttribute("title");
button.setAttribute("title", "Copied!");
button.setAttribute("title", "복사완료!");
let tooltip;
if (window.bootstrap) {
button.setAttribute("data-bs-toggle", "tooltip");
button.setAttribute("data-bs-placement", "left");
button.setAttribute("data-bs-title", "Copied!");
button.setAttribute("data-bs-title", "복사완료!");
tooltip = new bootstrap.Tooltip(button,
{ trigger: "manual",
customClass: "code-copy-button-tooltip",
Expand Down
40 changes: 20 additions & 20 deletions docs/EDA/start/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
<html xmlns="http://www.w3.org/1999/xhtml" lang="ko-KR" xml:lang="ko-KR"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.552">
Expand All @@ -9,7 +9,7 @@
<meta name="author" content="Tristan O’Malley">
<meta name="dcterms.date" content="2024-05-09">

<title>testblog - 한글사랑</title>
<title>BitStat2 - 한글사랑</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -55,17 +55,17 @@
],
"show-item-context": false,
"language": {
"search-no-results-text": "No results",
"search-matching-documents-text": "matching documents",
"search-copy-link-title": "Copy link to search",
"search-hide-matches-text": "Hide additional matches",
"search-more-match-text": "more match in this document",
"search-more-matches-text": "more matches in this document",
"search-clear-button-title": "Clear",
"search-no-results-text": "일치 없음",
"search-matching-documents-text": "일치된 문서",
"search-copy-link-title": "검색 링크 복사",
"search-hide-matches-text": "추가 검색 결과 숨기기",
"search-more-match-text": "추가 검색결과",
"search-more-matches-text": "추가 검색결과",
"search-clear-button-title": "제거",
"search-text-placeholder": "",
"search-detached-cancel-button-title": "Cancel",
"search-submit-button-title": "Submit",
"search-label": "Search"
"search-detached-cancel-button-title": "취소",
"search-submit-button-title": "검색",
"search-label": "검색"
}
}</script>

Expand All @@ -81,11 +81,11 @@
<div class="navbar-container container-fluid">
<div class="navbar-brand-container mx-auto">
<a class="navbar-brand" href="../../index.html">
<span class="navbar-title">testblog</span>
<span class="navbar-title">BitStat2</span>
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
<div id="quarto-search" class="" title="검색"></div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="탐색 전환" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
Expand Down Expand Up @@ -126,14 +126,14 @@ <h1 class="title">한글사랑</h1>
<div class="quarto-title-meta">

<div>
<div class="quarto-title-meta-heading">Author</div>
<div class="quarto-title-meta-heading">저자</div>
<div class="quarto-title-meta-contents">
<p>Tristan O’Malley </p>
</div>
</div>

<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-heading">공개</div>
<div class="quarto-title-meta-contents">
<p class="date">2024-05-09</p>
</div>
Expand All @@ -159,7 +159,7 @@ <h1 class="title">한글사랑</h1>



<div id="quarto-appendix" class="default"><section class="quarto-appendix-contents" id="quarto-reuse"><h2 class="anchored quarto-appendix-heading">Reuse</h2><div class="quarto-appendix-contents"><div>CC BY-SA-NC</div></div></section></div></main> <!-- /main -->
<div id="quarto-appendix" class="default"><section class="quarto-appendix-contents" id="quarto-reuse"><h2 class="anchored quarto-appendix-heading">라이센스</h2><div class="quarto-appendix-contents"><div>CC BY-SA-NC</div></div></section></div></main> <!-- /main -->
<script id="quarto-html-after-body" type="application/javascript">
window.document.addEventListener("DOMContentLoaded", function (event) {
const toggleBodyColorMode = (bsSheetEl) => {
Expand Down Expand Up @@ -214,12 +214,12 @@ <h1 class="title">한글사랑</h1>
// flash "checked"
button.classList.add('code-copy-button-checked');
var currentTitle = button.getAttribute("title");
button.setAttribute("title", "Copied!");
button.setAttribute("title", "복사완료!");
let tooltip;
if (window.bootstrap) {
button.setAttribute("data-bs-toggle", "tooltip");
button.setAttribute("data-bs-placement", "left");
button.setAttribute("data-bs-title", "Copied!");
button.setAttribute("data-bs-title", "복사완료!");
tooltip = new bootstrap.Tooltip(button,
{ trigger: "manual",
customClass: "code-copy-button-tooltip",
Expand Down
40 changes: 20 additions & 20 deletions docs/EDA/welcome/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
<html xmlns="http://www.w3.org/1999/xhtml" lang="ko-KR" xml:lang="ko-KR"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.552">
Expand All @@ -9,7 +9,7 @@
<meta name="author" content="Tristan O’Malley">
<meta name="dcterms.date" content="2024-05-07">

<title>testblog - Welcome To My Blog</title>
<title>BitStat2 - Welcome To My Blog</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -55,17 +55,17 @@
],
"show-item-context": false,
"language": {
"search-no-results-text": "No results",
"search-matching-documents-text": "matching documents",
"search-copy-link-title": "Copy link to search",
"search-hide-matches-text": "Hide additional matches",
"search-more-match-text": "more match in this document",
"search-more-matches-text": "more matches in this document",
"search-clear-button-title": "Clear",
"search-no-results-text": "일치 없음",
"search-matching-documents-text": "일치된 문서",
"search-copy-link-title": "검색 링크 복사",
"search-hide-matches-text": "추가 검색 결과 숨기기",
"search-more-match-text": "추가 검색결과",
"search-more-matches-text": "추가 검색결과",
"search-clear-button-title": "제거",
"search-text-placeholder": "",
"search-detached-cancel-button-title": "Cancel",
"search-submit-button-title": "Submit",
"search-label": "Search"
"search-detached-cancel-button-title": "취소",
"search-submit-button-title": "검색",
"search-label": "검색"
}
}</script>

Expand All @@ -81,11 +81,11 @@
<div class="navbar-container container-fluid">
<div class="navbar-brand-container mx-auto">
<a class="navbar-brand" href="../../index.html">
<span class="navbar-title">testblog</span>
<span class="navbar-title">BitStat2</span>
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
<div id="quarto-search" class="" title="검색"></div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="탐색 전환" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
Expand Down Expand Up @@ -126,14 +126,14 @@ <h1 class="title">Welcome To My Blog</h1>
<div class="quarto-title-meta">

<div>
<div class="quarto-title-meta-heading">Author</div>
<div class="quarto-title-meta-heading">저자</div>
<div class="quarto-title-meta-contents">
<p>Tristan O’Malley </p>
</div>
</div>

<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-heading">공개</div>
<div class="quarto-title-meta-contents">
<p class="date">2024-05-07</p>
</div>
Expand All @@ -160,7 +160,7 @@ <h1 class="title">Welcome To My Blog</h1>



<div id="quarto-appendix" class="default"><section class="quarto-appendix-contents" id="quarto-reuse"><h2 class="anchored quarto-appendix-heading">Reuse</h2><div class="quarto-appendix-contents"><div>CC BY-SA-NC</div></div></section></div></main> <!-- /main -->
<div id="quarto-appendix" class="default"><section class="quarto-appendix-contents" id="quarto-reuse"><h2 class="anchored quarto-appendix-heading">라이센스</h2><div class="quarto-appendix-contents"><div>CC BY-SA-NC</div></div></section></div></main> <!-- /main -->
<script id="quarto-html-after-body" type="application/javascript">
window.document.addEventListener("DOMContentLoaded", function (event) {
const toggleBodyColorMode = (bsSheetEl) => {
Expand Down Expand Up @@ -215,12 +215,12 @@ <h1 class="title">Welcome To My Blog</h1>
// flash "checked"
button.classList.add('code-copy-button-checked');
var currentTitle = button.getAttribute("title");
button.setAttribute("title", "Copied!");
button.setAttribute("title", "복사완료!");
let tooltip;
if (window.bootstrap) {
button.setAttribute("data-bs-toggle", "tooltip");
button.setAttribute("data-bs-placement", "left");
button.setAttribute("data-bs-title", "Copied!");
button.setAttribute("data-bs-title", "복사완료!");
tooltip = new bootstrap.Tooltip(button,
{ trigger: "manual",
customClass: "code-copy-button-tooltip",
Expand Down
Loading

0 comments on commit c3f831e

Please sign in to comment.