the ugly ocaml monstrosity powering my site oppi.li
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

new art post: conduit

+34 -18
art/conduit.png

This is a binary file and will not be displayed.

docs/art/conduit.png

This is a binary file and will not be displayed.

+26 -10
docs/art/index.html
··· 27 27 <tr> 28 28 <td class=table-post> 29 29 <div class="date"> 30 + 07/04 — 2021 31 + </div> 32 + <a href="/art/conduit.png" class="post-link"> 33 + <span class="post-link">Conduit</span> 34 + </a> 35 + </td> 36 + <td class="table-stats"> 37 + <a href="/art/conduit.png"> 38 + <img src="/art/conduit.png" height="50px"> 39 + </a> 40 + </td> 41 + </tr> 42 + 43 + <tr> 44 + <td class=table-post> 45 + <div class="date"> 30 46 26/03 — 2021 31 47 </div> 32 48 <a href="/art/ramen_noodles.png" class="post-link"> 33 49 <span class="post-link">Ramen Noodles</span> 34 50 </a> 35 51 </td> 36 - <td class=table-stats> 52 + <td class="table-stats"> 37 53 <a href="/art/ramen_noodles.png"> 38 - <img src="/art/ramen_noodles.png" height=50px> 54 + <img src="/art/ramen_noodles.png" height="50px"> 39 55 </a> 40 56 </td> 41 57 </tr> ··· 49 65 <span class="post-link">Please Do Not Feed The Animals</span> 50 66 </a> 51 67 </td> 52 - <td class=table-stats> 68 + <td class="table-stats"> 53 69 <a href="/art/please_do_not_feed_the_animals.png"> 54 - <img src="/art/please_do_not_feed_the_animals.png" height=50px> 70 + <img src="/art/please_do_not_feed_the_animals.png" height="50px"> 55 71 </a> 56 72 </td> 57 73 </tr> ··· 65 81 <span class="post-link">Moonshine</span> 66 82 </a> 67 83 </td> 68 - <td class=table-stats> 84 + <td class="table-stats"> 69 85 <a href="/art/moonshine.png"> 70 - <img src="/art/moonshine.png" height=50px> 86 + <img src="/art/moonshine.png" height="50px"> 71 87 </a> 72 88 </td> 73 89 </tr> ··· 81 97 <span class="post-link">Onigiri</span> 82 98 </a> 83 99 </td> 84 - <td class=table-stats> 100 + <td class="table-stats"> 85 101 <a href="/art/onigiri.png"> 86 - <img src="/art/onigiri.png" height=50px> 102 + <img src="/art/onigiri.png" height="50px"> 87 103 </a> 88 104 </td> 89 105 </tr> ··· 97 113 <span class="post-link">The Observer</span> 98 114 </a> 99 115 </td> 100 - <td class=table-stats> 116 + <td class="table-stats"> 101 117 <a href="/art/the_observer.png"> 102 - <img src="/art/the_observer.png" height=50px> 118 + <img src="/art/the_observer.png" height="50px"> 103 119 </a> 104 120 </td> 105 121 </tr>
+6 -6
docs/index.html
··· 78 78 <tr> 79 79 <td class=table-post> 80 80 <div class="date"> 81 - 26/03 — 2021 81 + 07/04 — 2021 82 82 </div> 83 - <a href="/art/ramen_noodles.png" class="post-link"> 84 - <span class="post-link">Ramen Noodles</span> 83 + <a href="/art/conduit.png" class="post-link"> 84 + <span class="post-link">Conduit</span> 85 85 </a> 86 86 </td> 87 - <td class=table-stats> 88 - <a href="/art/ramen_noodles.png"> 89 - <img src="/art/ramen_noodles.png" height=50px> 87 + <td class="table-stats"> 88 + <a href="/art/conduit.png"> 89 + <img src="/art/conduit.png" height="50px"> 90 90 </a> 91 91 </td> 92 92 </tr>
+2 -2
generate.sh
··· 75 75 <span class=\"post-link\">$2</span> 76 76 </a> 77 77 </td> 78 - <td class="table-stats"> 78 + <td class=\"table-stats\"> 79 79 <a href=\"/art/$1\"> 80 - <img src=\"/art/$1\" height="50px"> 80 + <img src=\"/art/$1\" height=\"50px\"> 81 81 </a> 82 82 </td> 83 83 </tr>