Skip to content

Commit 540f384

Browse files
committed
publishing site 20250528-085405
1 parent c3aad9a commit 540f384

31 files changed

Lines changed: 459 additions & 1088 deletions

book/.nojekyll

Lines changed: 0 additions & 1 deletion
This file was deleted.

book/404.html

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- Book generated using mdBook -->
55
<meta charset="UTF-8">
66
<title>Page not found</title>
7-
<base href="/">
7+
<base href="https://gesker.github.io">
88

99

1010
<!-- Custom HTML head -->
@@ -197,22 +197,6 @@ <h1 id="document-not-found-404"><a class="header" href="#document-not-found-404"
197197

198198
</div>
199199

200-
<!-- Livereload script (if served using the cli tool) -->
201-
<script>
202-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
203-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
204-
const socket = new WebSocket(wsAddress);
205-
socket.onmessage = function (event) {
206-
if (event.data === "reload") {
207-
socket.close();
208-
location.reload();
209-
}
210-
};
211-
212-
window.onbeforeunload = function() {
213-
socket.close();
214-
}
215-
</script>
216200

217201

218202

book/about.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -258,22 +258,6 @@ <h2 id="executive-profile"><a class="header" href="#executive-profile">Executive
258258

259259
</div>
260260

261-
<!-- Livereload script (if served using the cli tool) -->
262-
<script>
263-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
264-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
265-
const socket = new WebSocket(wsAddress);
266-
socket.onmessage = function (event) {
267-
if (event.data === "reload") {
268-
socket.close();
269-
location.reload();
270-
}
271-
};
272-
273-
window.onbeforeunload = function() {
274-
socket.close();
275-
}
276-
</script>
277261

278262

279263

book/awards.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -224,22 +224,6 @@ <h3 id="us-department-of-state-certificate-of-appreciation"><a class="header" hr
224224

225225
</div>
226226

227-
<!-- Livereload script (if served using the cli tool) -->
228-
<script>
229-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
230-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
231-
const socket = new WebSocket(wsAddress);
232-
socket.onmessage = function (event) {
233-
if (event.data === "reload") {
234-
socket.close();
235-
location.reload();
236-
}
237-
};
238-
239-
window.onbeforeunload = function() {
240-
socket.close();
241-
}
242-
</script>
243227

244228

245229

book/background.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -210,22 +210,6 @@ <h2 id="background--summary"><a class="header" href="#background--summary">Backg
210210

211211
</div>
212212

213-
<!-- Livereload script (if served using the cli tool) -->
214-
<script>
215-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
216-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
217-
const socket = new WebSocket(wsAddress);
218-
socket.onmessage = function (event) {
219-
if (event.data === "reload") {
220-
socket.close();
221-
location.reload();
222-
}
223-
};
224-
225-
window.onbeforeunload = function() {
226-
socket.close();
227-
}
228-
</script>
229213

230214

231215

0 commit comments

Comments
 (0)