|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en-us" dir="ltr"> |
3 | | -<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> |
| 3 | +<head> |
4 | 4 |
|
5 | 5 | <!-- |
6 | 6 | Made with Book Theme |
|
13 | 13 | moments: a sort of dancing delay (for norns) movements: a sequencer and sampler (for norns and grid) swons: an extension to @tehn’s snows (for iii) "> |
14 | 14 | <meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff"> |
15 | 15 | <meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40"> |
16 | | -<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/docs/coding/"> |
| 16 | +<meta name="color-scheme" content="light dark"><meta property="og:url" content="https://docs.leontoddjohnson.com/docs/coding/"> |
17 | 17 | <meta property="og:site_name" content="ltj"> |
18 | 18 | <meta property="og:title" content="coding"> |
19 | 19 | <meta property="og:description" content="coding# This section contains documentation for scripts I’ve written for monome objects. Right now, I am doing my best to upkeep three scripts: |
|
30 | 30 | <title>coding | ltj</title> |
31 | 31 | <link rel="icon" href="/favicon.png" > |
32 | 32 | <link rel="manifest" href="/manifest.json"> |
33 | | -<link rel="canonical" href="http://localhost:1313/docs/coding/"> |
| 33 | +<link rel="canonical" href="https://docs.leontoddjohnson.com/docs/coding/"> |
34 | 34 | <link rel="stylesheet" href="/book.min.19098447125e468f07004f4f2151866f2cf83e2b79b8b76091bc7839d18eef46.css" integrity="sha256-GQmERxJeRo8HAE9PIVGGbyz4Pit5uLdgkbx4OdGO70Y=" crossorigin="anonymous"> |
35 | 35 |
|
36 | 36 |
|
37 | 37 | <script defer src="/fuse.min.js"></script> |
38 | | - <script defer src="/en.search.min.ebccbe61d7e4323d11779a6231fc340427e4b0fe5e73c998e14026d52050c86c.js" integrity="sha256-68y+YdfkMj0Rd5piMfw0BCfksP5ec8mY4UAm1SBQyGw=" crossorigin="anonymous"></script> |
| 38 | + <script defer src="/en.search.min.d5037e8acd0e67b143eff49e8841056feb8112134907249877aa8a37c23e4397.js" integrity="sha256-1QN+is0OZ7FD7/SeiEEFb+uBEhNJBySYd6qKN8I+Q5c=" crossorigin="anonymous"></script> |
39 | 39 |
|
40 | 40 |
|
41 | | -<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/docs/coding/index.xml" title="ltj" /> |
| 41 | +<link rel="alternate" type="application/rss+xml" href="https://docs.leontoddjohnson.com/docs/coding/index.xml" title="ltj" /> |
42 | 42 |
|
43 | 43 |
|
44 | 44 | <link |
@@ -123,8 +123,8 @@ <h2 class="book-brand"> |
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
126 | | - <input type="checkbox" id="section-033e8ad9e3ec129de3841067534968a8" class="toggle" /> |
127 | | - <label for="section-033e8ad9e3ec129de3841067534968a8" class="flex"> |
| 126 | + <input type="checkbox" id="section-c5e4b8a490f771d7e5cc9ce9468f143b" class="toggle" /> |
| 127 | + <label for="section-c5e4b8a490f771d7e5cc9ce9468f143b" class="flex"> |
128 | 128 | <a href="/docs/teaching/courses/" class=""> |
129 | 129 | courses</a> |
130 | 130 | <img src="/icons/chevron-right.svg" class="book-icon" alt="Expand" /> |
@@ -202,8 +202,8 @@ <h2 class="book-brand"> |
202 | 202 |
|
203 | 203 |
|
204 | 204 |
|
205 | | - <input type="checkbox" id="section-0a79b16f28754ae72bab9db4dd21f8ef" class="toggle" /> |
206 | | - <label for="section-0a79b16f28754ae72bab9db4dd21f8ef" class="flex"> |
| 205 | + <input type="checkbox" id="section-f1a2c546be0ed11b34412b89bd6a8c57" class="toggle" /> |
| 206 | + <label for="section-f1a2c546be0ed11b34412b89bd6a8c57" class="flex"> |
207 | 207 | <a href="/docs/teaching/methods/" class=""> |
208 | 208 | methods</a> |
209 | 209 | <img src="/icons/chevron-right.svg" class="book-icon" alt="Expand" /> |
|
0 commit comments