Skip to content

Commit 8df6cef

Browse files
committed
initial commit [ci skip]
0 parents  commit 8df6cef

56 files changed

Lines changed: 10578 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nojekyll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This file makes sure that Github Pages doesn't process mdBook's output.

404.html

Lines changed: 158 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,158 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en" class="latte" dir="ltr">
3+
<head>
4+
<!-- Book generated using mdBook -->
5+
<meta charset="UTF-8">
6+
<title>Tabdance</title>
7+
<base href="/">
8+
9+
10+
<!-- Custom HTML head -->
11+
12+
<meta name="description" content="">
13+
<meta name="viewport" content="width=device-width, initial-scale=1">
14+
<meta name="theme-color" content="#ffffff">
15+
16+
<link rel="shortcut icon" href="favicon.png">
17+
<link rel="stylesheet" href="css/variables.css">
18+
<link rel="stylesheet" href="css/general.css">
19+
<link rel="stylesheet" href="css/chrome.css">
20+
<link rel="stylesheet" href="css/print.css" media="print">
21+
22+
<!-- Fonts -->
23+
<link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
24+
<link rel="stylesheet" href="fonts/fonts.css">
25+
26+
<!-- Highlight.js Stylesheets -->
27+
<link rel="stylesheet" id="highlight-css" href="highlight.css">
28+
<link rel="stylesheet" id="tomorrow-night-css" href="tomorrow-night.css">
29+
<link rel="stylesheet" id="ayu-highlight-css" href="ayu-highlight.css">
30+
31+
<!-- Custom theme stylesheets -->
32+
<link rel="stylesheet" href="asciinema/asciinema-player.css">
33+
<link rel="stylesheet" href="./theme/catppuccin.css">
34+
<link rel="stylesheet" href="./theme/custom.css">
35+
36+
<!-- Mastodon verification -->
37+
<link rel="me" href="https://mastodon.social/@tabdance">
38+
39+
40+
<!-- Provide site root and default themes to javascript -->
41+
<script>
42+
const path_to_root = "";
43+
const default_light_theme = "latte";
44+
const default_dark_theme = "mocha";
45+
</script>
46+
<!-- Start loading toc.js asap -->
47+
<script src="toc.js"></script>
48+
</head>
49+
<body>
50+
<div id="mdbook-help-container">
51+
<div id="mdbook-help-popup">
52+
<h2 class="mdbook-help-title">Keyboard shortcuts</h2>
53+
<div>
54+
<p>Press <kbd></kbd> or <kbd></kbd> to navigate between chapters</p>
55+
<p>Press <kbd>S</kbd> or <kbd>/</kbd> to search in the book</p>
56+
<p>Press <kbd>?</kbd> to show this help</p>
57+
<p>Press <kbd>Esc</kbd> to hide this help</p>
58+
</div>
59+
</div>
60+
</div>
61+
<div id="body-container">
62+
<!-- Work around some values being stored in localStorage wrapped in quotes -->
63+
<script>
64+
try {
65+
let theme = localStorage.getItem('mdbook-theme');
66+
let sidebar = localStorage.getItem('mdbook-sidebar');
67+
68+
if (theme.startsWith('"') && theme.endsWith('"')) {
69+
localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
70+
}
71+
72+
} catch (e) { }
73+
</script>
74+
75+
<!-- Set the theme before any content is loaded, prevents flash -->
76+
<script>
77+
const default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? default_dark_theme : default_light_theme;
78+
let theme;
79+
try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
80+
if (theme === null || theme === undefined) { theme = default_theme; }
81+
const html = document.documentElement;
82+
html.classList.remove('latte')
83+
html.classList.add(theme);
84+
html.classList.add("js");
85+
</script>
86+
87+
88+
<div id="page-wrapper" class="page-wrapper">
89+
90+
<div class="page">
91+
<div id="menu-bar-hover-placeholder"></div>
92+
93+
<div id="search-wrapper" class="hidden">
94+
<form id="searchbar-outer" class="searchbar-outer">
95+
<input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
96+
</form>
97+
<div id="searchresults-outer" class="searchresults-outer hidden">
98+
<div id="searchresults-header" class="searchresults-header"></div>
99+
<ul id="searchresults">
100+
</ul>
101+
</div>
102+
</div>
103+
104+
<!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
105+
<script>
106+
document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
107+
document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
108+
Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
109+
link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
110+
});
111+
</script>
112+
113+
<div id="content" class="content">
114+
<main>
115+
<h1 id="document-not-found-404"><a class="header" href="#document-not-found-404">Document not found (404)</a></h1>
116+
<p>This URL is invalid, sorry. Please use the navigation bar or search to continue.</p>
117+
118+
</main>
119+
120+
<nav class="nav-wrapper" aria-label="Page navigation">
121+
<!-- Mobile navigation buttons -->
122+
123+
124+
<div style="clear: both"></div>
125+
</nav>
126+
</div>
127+
</div>
128+
129+
<nav class="nav-wide-wrapper" aria-label="Page navigation">
130+
131+
</nav>
132+
133+
</div>
134+
135+
136+
137+
138+
<script>
139+
window.playground_copyable = true;
140+
</script>
141+
142+
143+
<script src="elasticlunr.min.js"></script>
144+
<script src="mark.min.js"></script>
145+
<script src="searcher.js"></script>
146+
147+
<script src="clipboard.min.js"></script>
148+
<script src="highlight.js"></script>
149+
<script src="book.js"></script>
150+
151+
<!-- Custom JS scripts -->
152+
<script src="asciinema/asciinema-player.min.js"></script>
153+
<script src="asciinema/load.js"></script>
154+
155+
156+
</div>
157+
</body>
158+
</html>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tab.dance

FontAwesome/css/font-awesome.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

FontAwesome/fonts/FontAwesome.ttf

162 KB
Binary file not shown.
162 KB
Binary file not shown.

0 commit comments

Comments
 (0)