Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>quarto-inpute732577ba3b20a21 – A GitHub repository featuring a starter template for R package development, paired with a Quarto-powered website</title>
<title>quarto-input9a829bd433ea0681 – A GitHub repository featuring a starter template for R package development, paired with a Quarto-powered website</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -39,7 +39,7 @@
<link href="/packageSkeleton/site_libs/quarto-html/quarto-syntax-highlighting-e1a5c8363afafaef2c763b6775fbf3ca.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="/packageSkeleton/site_libs/bootstrap/bootstrap.min.js"></script>
<link href="/packageSkeleton/site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="/packageSkeleton/site_libs/bootstrap/bootstrap-d120de185910bfe56a3ad2fe64399a2f.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<link href="/packageSkeleton/site_libs/bootstrap/bootstrap-9d5b7e9f95b3a357266b5a130e206896.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<script src="/packageSkeleton/site_libs/quarto-contrib/iconify-2.1.0/iconify-icon.min.js"></script>
<script id="quarto-search-options" type="application/json">{
"location": "navbar",
Expand Down
2 changes: 1 addition & 1 deletion docs/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<link href="site_libs/quarto-html/quarto-syntax-highlighting-e1a5c8363afafaef2c763b6775fbf3ca.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="site_libs/bootstrap/bootstrap-37b755d935223895e56773d468ad038b.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<link href="site_libs/bootstrap/bootstrap-9d5b7e9f95b3a357266b5a130e206896.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<script src="site_libs/quarto-contrib/iconify-2.1.0/iconify-icon.min.js"></script>
<script id="quarto-search-options" type="application/json">{
"location": "navbar",
Expand Down
2 changes: 1 addition & 1 deletion docs/api_reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<link href="site_libs/quarto-html/quarto-syntax-highlighting-e1a5c8363afafaef2c763b6775fbf3ca.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="site_libs/bootstrap/bootstrap-d120de185910bfe56a3ad2fe64399a2f.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<link href="site_libs/bootstrap/bootstrap-9d5b7e9f95b3a357266b5a130e206896.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<script src="site_libs/quarto-contrib/iconify-2.1.0/iconify-icon.min.js"></script>
<script id="quarto-search-options" type="application/json">{
"location": "navbar",
Expand Down
52 changes: 48 additions & 4 deletions docs/assets/css/website-custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,18 @@ h1, h2, h3, h4, h5, h6 {
text-decoration: none !important;
}

/* Inline code in sidebar navigation - transparent background */
.sidebar nav[role="doc-toc"] code,
.page-navigation code,
#TOC code {
background-color: transparent !important;
font-family: 'source-code-pro', monospace !important;
font-size: 0.9em !important;
color: inherit !important;
padding: 3px !important;
border-radius: 3px !important;
}

/* Source code block styling */
div.sourceCode {
background-color: rgba(228, 231, 234, .65) !important;
Expand Down Expand Up @@ -511,10 +523,24 @@ pre {
}

code {
background-color: #f8f9fa;
padding: 0.2em 0.4em;
border-radius: 0.25rem;
font-size: 0.875em;
font-family: 'source-code-pro', monospace;
font-size: 0.9em;
color: inherit; /* Use the same color as surrounding text */
background-color: rgb(220, 220, 218);
padding: 3px;
border-radius: 3px;
}

/* Override more specific inline code rules */
p code:not(.sourceCode),
li code:not(.sourceCode),
td code:not(.sourceCode) {
font-family: 'source-code-pro', monospace !important;
font-size: 0.9em !important;
color: inherit !important;
background-color: rgb(220, 220, 218) !important;
padding: 3px !important;
border-radius: 3px !important;
}

/* Enhanced blockquotes */
Expand All @@ -524,4 +550,22 @@ blockquote {
margin-left: 0;
color: #6c757d;
font-style: italic;
}

/* Footer height customization */
.nav-footer {
min-height: 2.5em !important; /* Reduced from default 3.5em */
padding-top: 0.4rem !important;
padding-bottom: 0.4rem !important;
}

.nav-footer-left .footer-items,
.nav-footer-center .footer-items,
.nav-footer-right .footer-items {
padding-top: 0.2em !important; /* Reduced from default 0.3em */
padding-bottom: 0.2em !important; /* Reduced from default 0.3em */
}

.nav-footer-center {
min-height: 2em !important; /* Reduced from default 3em */
}
2 changes: 1 addition & 1 deletion docs/dissertation.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<link href="site_libs/quarto-html/quarto-syntax-highlighting-e1a5c8363afafaef2c763b6775fbf3ca.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="site_libs/bootstrap/bootstrap-d120de185910bfe56a3ad2fe64399a2f.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<link href="site_libs/bootstrap/bootstrap-9d5b7e9f95b3a357266b5a130e206896.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<script src="site_libs/quarto-contrib/iconify-2.1.0/iconify-icon.min.js"></script>
<script id="quarto-search-options" type="application/json">{
"location": "navbar",
Expand Down
2 changes: 1 addition & 1 deletion docs/documents.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<link href="site_libs/quarto-html/quarto-syntax-highlighting-e1a5c8363afafaef2c763b6775fbf3ca.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="site_libs/bootstrap/bootstrap-d120de185910bfe56a3ad2fe64399a2f.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<link href="site_libs/bootstrap/bootstrap-9d5b7e9f95b3a357266b5a130e206896.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<script src="site_libs/quarto-contrib/iconify-2.1.0/iconify-icon.min.js"></script>
<script id="quarto-search-options" type="application/json">{
"location": "navbar",
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<link href="site_libs/quarto-html/quarto-syntax-highlighting-e1a5c8363afafaef2c763b6775fbf3ca.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="site_libs/bootstrap/bootstrap-d120de185910bfe56a3ad2fe64399a2f.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<link href="site_libs/bootstrap/bootstrap-9d5b7e9f95b3a357266b5a130e206896.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<script src="site_libs/quarto-contrib/iconify-2.1.0/iconify-icon.min.js"></script>
<script id="quarto-search-options" type="application/json">{
"location": "navbar",
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<link href="site_libs/quarto-html/quarto-syntax-highlighting-e1a5c8363afafaef2c763b6775fbf3ca.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="site_libs/bootstrap/bootstrap-d120de185910bfe56a3ad2fe64399a2f.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<link href="site_libs/bootstrap/bootstrap-9d5b7e9f95b3a357266b5a130e206896.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<script src="site_libs/quarto-contrib/iconify-2.1.0/iconify-icon.min.js"></script>
<script id="quarto-search-options" type="application/json">{
"location": "navbar",
Expand Down
2 changes: 1 addition & 1 deletion docs/license.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<link href="site_libs/quarto-html/quarto-syntax-highlighting-e1a5c8363afafaef2c763b6775fbf3ca.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="site_libs/bootstrap/bootstrap-d120de185910bfe56a3ad2fe64399a2f.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<link href="site_libs/bootstrap/bootstrap-9d5b7e9f95b3a357266b5a130e206896.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<script src="site_libs/quarto-contrib/iconify-2.1.0/iconify-icon.min.js"></script>
<script id="quarto-search-options" type="application/json">{
"location": "navbar",
Expand Down
2 changes: 1 addition & 1 deletion docs/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<link href="site_libs/quarto-html/quarto-syntax-highlighting-e1a5c8363afafaef2c763b6775fbf3ca.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="site_libs/bootstrap/bootstrap-d120de185910bfe56a3ad2fe64399a2f.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<link href="site_libs/bootstrap/bootstrap-9d5b7e9f95b3a357266b5a130e206896.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<script src="site_libs/quarto-contrib/iconify-2.1.0/iconify-icon.min.js"></script>
<script id="quarto-search-options" type="application/json">{
"location": "navbar",
Expand Down
2 changes: 1 addition & 1 deletion docs/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<link href="site_libs/quarto-html/quarto-syntax-highlighting-e1a5c8363afafaef2c763b6775fbf3ca.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="site_libs/bootstrap/bootstrap-d120de185910bfe56a3ad2fe64399a2f.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<link href="site_libs/bootstrap/bootstrap-9d5b7e9f95b3a357266b5a130e206896.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<script src="site_libs/quarto-contrib/iconify-2.1.0/iconify-icon.min.js"></script>
<script id="quarto-search-options" type="application/json">{
"location": "navbar",
Expand Down
2 changes: 1 addition & 1 deletion docs/presentations.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<link href="site_libs/quarto-html/quarto-syntax-highlighting-e1a5c8363afafaef2c763b6775fbf3ca.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="site_libs/bootstrap/bootstrap-d120de185910bfe56a3ad2fe64399a2f.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<link href="site_libs/bootstrap/bootstrap-9d5b7e9f95b3a357266b5a130e206896.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<script src="site_libs/quarto-contrib/iconify-2.1.0/iconify-icon.min.js"></script>
<script id="quarto-search-options" type="application/json">{
"location": "navbar",
Expand Down

Large diffs are not rendered by default.

This file was deleted.

52 changes: 48 additions & 4 deletions quarto_website/assets/css/website-custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,18 @@ h1, h2, h3, h4, h5, h6 {
text-decoration: none !important;
}

/* Inline code in sidebar navigation - transparent background */
.sidebar nav[role="doc-toc"] code,
.page-navigation code,
#TOC code {
background-color: transparent !important;
font-family: 'source-code-pro', monospace !important;
font-size: 0.9em !important;
color: inherit !important;
padding: 3px !important;
border-radius: 3px !important;
}

/* Source code block styling */
div.sourceCode {
background-color: rgba(228, 231, 234, .65) !important;
Expand Down Expand Up @@ -511,10 +523,24 @@ pre {
}

code {
background-color: #f8f9fa;
padding: 0.2em 0.4em;
border-radius: 0.25rem;
font-size: 0.875em;
font-family: 'source-code-pro', monospace;
font-size: 0.9em;
color: inherit; /* Use the same color as surrounding text */
background-color: rgb(220, 220, 218);
padding: 3px;
border-radius: 3px;
}

/* Override more specific inline code rules */
p code:not(.sourceCode),
li code:not(.sourceCode),
td code:not(.sourceCode) {
font-family: 'source-code-pro', monospace !important;
font-size: 0.9em !important;
color: inherit !important;
background-color: rgb(220, 220, 218) !important;
padding: 3px !important;
border-radius: 3px !important;
}

/* Enhanced blockquotes */
Expand All @@ -524,4 +550,22 @@ blockquote {
margin-left: 0;
color: #6c757d;
font-style: italic;
}

/* Footer height customization */
.nav-footer {
min-height: 2.5em !important; /* Reduced from default 3.5em */
padding-top: 0.4rem !important;
padding-bottom: 0.4rem !important;
}

.nav-footer-left .footer-items,
.nav-footer-center .footer-items,
.nav-footer-right .footer-items {
padding-top: 0.2em !important; /* Reduced from default 0.3em */
padding-bottom: 0.2em !important; /* Reduced from default 0.3em */
}

.nav-footer-center {
min-height: 2em !important; /* Reduced from default 3em */
}
Loading