Skip to content

Commit db23276

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent 8fd3e71 commit db23276

28 files changed

+680
-4596
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
574f6639
1+
1c0a8aaf

about.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
<link href="site_libs/quarto-html/quarto-syntax-highlighting-e1a5c8363afafaef2c763b6775fbf3ca.css" rel="stylesheet" class="quarto-color-scheme-extra" id="quarto-text-highlighting-styles">
7878
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
7979
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
80-
<link href="site_libs/bootstrap/bootstrap-6bdd2aebeb936dcddaa5f935a5de481c.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light">
81-
<link href="site_libs/bootstrap/bootstrap-dark-ccd81253fefb92e9cd3f9eb5b5d87b54.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme quarto-color-alternate" id="quarto-bootstrap" data-mode="dark">
82-
<link href="site_libs/bootstrap/bootstrap-6bdd2aebeb936dcddaa5f935a5de481c.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme-extra" id="quarto-bootstrap" data-mode="light">
80+
<link href="site_libs/bootstrap/bootstrap-2d2c3c1dc8fcebd689918bbad00a5354.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light">
81+
<link href="site_libs/bootstrap/bootstrap-dark-a5cec38defc11f7561b05eff66b91810.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme quarto-color-alternate" id="quarto-bootstrap" data-mode="dark">
82+
<link href="site_libs/bootstrap/bootstrap-2d2c3c1dc8fcebd689918bbad00a5354.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme-extra" id="quarto-bootstrap" data-mode="light">
8383
<script id="quarto-search-options" type="application/json">{
8484
"location": "navbar",
8585
"copy-button": false,
@@ -110,7 +110,7 @@
110110

111111

112112
<meta property="og:title" content="Clojure Civitas">
113-
<meta property="og:image" content="https://timothypratley.github.io/clojurecivitas/images/civitas-icon.svg">
113+
<meta property="og:image" content="https://ClojureCivitas.github.io/images/civitas-icon.svg">
114114
<meta property="og:site_name" content="Clojure Civitas">
115115
<meta property="og:image:alt" content="Civitas Icon">
116116
</head>
@@ -327,7 +327,7 @@
327327
<span class="menu-text">Filter Notebooks</span></a>
328328
</li>
329329
<li class="nav-item compact">
330-
<a class="nav-link" href="https://github.com/timothypratley/clojurecivitas"> <i class="bi bi-github" role="img">
330+
<a class="nav-link" href="https://github.com/ClojureCivitas/ClojureCivitas"> <i class="bi bi-github" role="img">
331331
</i>
332332
<span class="menu-text"></span></a>
333333
</li>
@@ -357,7 +357,7 @@ <h1>About</h1>
357357
<h2 class="anchored" data-anchor-id="welcome-to-clojure-civitas">Welcome to Clojure Civitas</h2>
358358
<p><img src="images/civitas-icon.svg" alt="Civitas Icon" align="right"></p>
359359
<p>An open effort to structure learning resources with meaningful connections.</p>
360-
<p>Explore the <a href="https://timothypratley.github.io/clojurecivitas">Clojure Civitas Website</a></p>
360+
<p>Explore the <a href="https://ClojureCivitas.github.io">Clojure Civitas Website</a></p>
361361
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1rem; margin: 2rem 0;">
362362
<div style="border-left: 3px solid green; padding-left: 1rem;">
363363
<h3 class="anchored">
@@ -593,7 +593,7 @@ <h2 class="anchored" data-anchor-id="license">License</h2>
593593
}
594594
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
595595
var mailtoRegex = new RegExp(/^mailto:/);
596-
var filterRegex = new RegExp("https:\/\/timothypratley\.github\.io\/clojurecivitas");
596+
var filterRegex = new RegExp("https:\/\/ClojureCivitas\.github\.io");
597597
var isInternal = (href) => {
598598
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
599599
}

0 commit comments

Comments
 (0)