Skip to content
Open
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
14 changes: 7 additions & 7 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,26 +39,26 @@ website:
href: pages/CONTRIBUTING.qmd
tools:
- icon: twitter-x
href: https://twitter.com/arcadiascience
href: https://twitter.com/DiscourseGraphs
- icon: github
href: https://github.com/{{< var pub.org >}}/{{< var pub.repo >}}
logo: assets/logo_text.png
logo-href: https://research.arcadiascience.com/
logo-href: https://discoursegraphs.com/
background: white
search: true
page-footer:
background: '#484B50'
border: false
left: '[![](/assets/logo_white.png){fig-alt="Arcadia-Science" width=65px}](https://www.arcadiascience.com/)
left: '[![](/assets/logo_white.png){fig-alt="Discourse Graphs" width=65px}](https://discoursegraphs.com/)

Copyright 2025, Arcadia Science
Copyright 2025, Discourse Graphs

'
right:
- icon: twitter-x
href: https://twitter.com/arcadiascience
href: https://twitter.com/DiscourseGraphs
- icon: github
href: https://github.com/Arcadia-Science
href: https://github.com/Discourse-Graphs
google-analytics: '{{< var pub.google_analytics_id >}}'
cookie-consent:
type: implied
Expand All @@ -80,7 +80,7 @@ format:
toc-expand: 2
comments:
giscus:
repo: Arcadia-Science/notebook-pub-template
repo: Discourse-Graphs/arcadia-notebook-pub-template
input-position: top
reference-location: margin
bibliography: ref.bib
Expand Down
4 changes: 2 additions & 2 deletions _variables.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pub:
org: "Arcadia-Science"
repo: "notebook-pub-template"
org: "Discourse-Graphs"
repo: "arcadia-notebook-pub-template"
title: "This is the title for the notebook pub template"
google_analytics_id: ""
6 changes: 6 additions & 0 deletions assets/css/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,10 @@
--arcadia-fern: #47784A;
--arcadia-matcha: #71AC5A;
--arcadia-edamame: #C1E1AE;
/* Discourse Graphs custom palette */
--dg-purple: #492E69;
--dg-teal: #2AA1B3;
--dg-light: #E8F4F8;
--dg-dark: #222222;
--dg-highlight: #BB86FC;
}
65 changes: 13 additions & 52 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,66 +8,27 @@
@import url("./colors.css");
@import url("./grid.css");

@font-face {
font-family: "SuisseIntl-Regular";
src: url("https://www.arcadiascience.com/fonts/SuisseIntl-Regular.woff2")
format("woff2");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: "SuisseIntl-Thin";
src: url("https://www.arcadiascience.com/fonts/SuisseIntl-Thin.woff2")
format("woff2");
font-weight: 100;
font-style: normal;
}

@font-face {
font-family: "SuisseIntl-ThinItalic";
src: url("https://www.arcadiascience.com/fonts/SuisseIntl-ThinItalic.woff2")
format("woff2");
font-weight: 100;
font-style: italic;
}

@font-face {
font-family: "SuisseWorks-Italic";
src: url("https://www.arcadiascience.com/fonts/SuisseWorks-Italic.woff2")
format("woff2");
font-weight: normal;
font-style: italic;
}

@font-face {
font-family: "SuisseWorks";
src: url("https://www.arcadiascience.com/fonts/SuisseWorks.woff2")
format("woff2");
font-weight: normal;
font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;400;700&display=swap');

:root {
--nb-header-font-family: "SuisseWorks", Georgia, serif;
--nb-header-font-weight: 100;
--nb-header-font-family: "Inter", sans-serif;
--nb-header-font-weight: 700;
--nb-h1-font-size: 2.5rem;
--nb-h2-font-size: 2rem;
--nb-toc-title-font-size: 1.2rem;
--nb-main-text-font-family: "SuisseIntl", "Helvetica Neue", Arial, sans-serif;
--nb-banner-title-font-family: "SuisseIntl-Thin", "Helvetica Neue Light",
Arial, sans-serif;
--bs-code-color: var(--arcadia-dusk);
--nb-main-text-font-family: "Inter", Arial, sans-serif;
--nb-banner-title-font-family: "Inter", Arial, sans-serif;
--bs-code-color: var(--dg-purple);
--bs-code-bg-color: #f6f6f6;
--bs-code-border-color: #e6e6e6;
--bs-code-left-border-color: #003b4f99;
--bs-link-color-rgb: var(--arcadia-dusk);
--bs-link-color-rgb: var(--dg-purple);

--callout-note-rgb: var(--arcadia-pewter);
--callout-warning-rgb: var(--arcadia-mustard);
--callout-important-rgb: var(--arcadia-dragon);
--callout-tip-rgb: var(--arcadia-teal);
--callout-caution-rgb: var(--arcadia-tumbleweed);
--callout-note-rgb: var(--dg-teal);
--callout-warning-rgb: var(--dg-highlight);
--callout-important-rgb: var(--dg-purple);
--callout-tip-rgb: var(--dg-teal);
--callout-caution-rgb: var(--dg-dark);

--arcadia-logo-size: 2rem;
--logo-size: 2rem;
}
4 changes: 2 additions & 2 deletions assets/css/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ body:not(:has(.abstract)) .navbar-nav .nav-item:has(iconify-icon[icon="nrk:back"
}

.navbar-logo {
max-height: var(--arcadia-logo-size);
max-height: var(--logo-size);
width: auto;
display: block;
}

.navbar-logo.video-logo {
max-height: var(--arcadia-logo-size);
max-height: var(--logo-size);
position: absolute;
top: 0;
left: 0;
Expand Down