]> jxnshi.xyz Git - jxnshi.xyz.git/commitdiff
Merge books and essays into writings
authorjxnshi <jxnshi@cock.li>
Wed, 29 Jan 2025 14:15:26 +0000 (15:15 +0100)
committerjxnshi <jxnshi@cock.li>
Wed, 29 Jan 2025 14:15:26 +0000 (15:15 +0100)
public/books/index.html [deleted file]
public/books/le-monde-de-ponpon/index.html [deleted file]
public/essays/index.html [deleted file]
public/layout.html
public/writings/books/le-monde-de-ponpon/chapter-1-v1.md [moved from public/books/le-monde-de-ponpon/chapter-1-v1.md with 100% similarity]
public/writings/books/le-monde-de-ponpon/chapter-1.md [moved from public/books/le-monde-de-ponpon/chapter-1.md with 100% similarity]
public/writings/books/le-monde-de-ponpon/chapter-2.md [moved from public/books/le-monde-de-ponpon/chapter-2.md with 100% similarity]
public/writings/books/le-monde-de-ponpon/chapter-3.md [moved from public/books/le-monde-de-ponpon/chapter-3.md with 100% similarity]
public/writings/books/le-monde-de-ponpon/index.html [new file with mode: 0644]
public/writings/essays/a-socialist-love-letter-to-cryptocurrency.md [moved from public/essays/a-socialist-love-letter-to-cryptocurrency.md with 100% similarity]
public/writings/index.html [new file with mode: 0644]

diff --git a/public/books/index.html b/public/books/index.html
deleted file mode 100644 (file)
index 7534f6e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<div>
-    <h2>My books!</h2>
-    <ul class="no-marker-list">
-        <li>
-            <a href="/books/le-monde-de-ponpon">
-                <img src="/ponpon-cover.png" alt="Le Monde de Ponpon !">
-            </a>
-        </li>
-    </ul>
-</div>
diff --git a/public/books/le-monde-de-ponpon/index.html b/public/books/le-monde-de-ponpon/index.html
deleted file mode 100644 (file)
index 29c8de8..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<div>
-    <h2>Current</h2>
-    <ol>
-        <li><a href="/books/le-monde-de-ponpon/chapter-1">Chapitre 1: Pattes de hérisson.</a></li>
-        <li><a href="/books/le-monde-de-ponpon/chapter-2">Chapitre 2: Omg des Crackeos !</a></li>
-        <li><a href="/books/le-monde-de-ponpon/chapter-3">Chapitre 3: Grand maman serait d'accord.</a></li>
-    </ol>
-    <h2>Old</h2>
-    <ul>
-        <li><a href="/books/le-monde-de-ponpon/chapter-1-v1">Chapitre 1: Rentrée des classes. Point d'intérogation. (Jet 1)</a></li>
-    </ul>
-</div>
diff --git a/public/essays/index.html b/public/essays/index.html
deleted file mode 100644 (file)
index a972e4d..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<div>
-    <h2>My essays!</h2>
-    <ul>
-        <li><a href="/essays/a-socialist-love-letter-to-cryptocurrency">2025-01-15 - A socialist love letter to cryptocurrency.</a></li>
-    </ul>
-<div>
index bdff35d4533cf764697fdd9738c9e530507ff216..75dbf9a5022676c834700e2f5da2b6106403d4fd 100644 (file)
                         <div>
                             <h2 id="projects-title">My Stuff</h2>
                             <ul>
-                                <li><a href="/books">books</a></li>
-                                <li><a href="/essays">essays</a></li>
                                 <li><a href="/mesange">mesange</a></li>
                                 <li><a href="/repos" target="_blank">repos</a></li>
+                                <li><a href="/writings">writings</a></li>
                             </ul>
                         </div>
                     </div>
diff --git a/public/writings/books/le-monde-de-ponpon/index.html b/public/writings/books/le-monde-de-ponpon/index.html
new file mode 100644 (file)
index 0000000..58305b4
--- /dev/null
@@ -0,0 +1,12 @@
+<div>
+    <h2>Current</h2>
+    <ol>
+        <li><a href="/writings/books/le-monde-de-ponpon/chapter-1">Chapitre 1: Pattes de hérisson.</a></li>
+        <li><a href="/writings/books/le-monde-de-ponpon/chapter-2">Chapitre 2: Omg des Crackeos !</a></li>
+        <li><a href="/writings/books/le-monde-de-ponpon/chapter-3">Chapitre 3: Grand maman serait d'accord.</a></li>
+    </ol>
+    <h2>Old</h2>
+    <ul>
+        <li><a href="/writings/books/le-monde-de-ponpon/chapter-1-v1">Chapitre 1: Rentrée des classes. Point d'intérogation. (Jet 1)</a></li>
+    </ul>
+</div>
diff --git a/public/writings/index.html b/public/writings/index.html
new file mode 100644 (file)
index 0000000..ebcd2fc
--- /dev/null
@@ -0,0 +1,16 @@
+<div>
+    <h2>My books!</h2>
+    <ul class="no-marker-list">
+        <li>
+            <a href="/writings/books/le-monde-de-ponpon">
+                <img src="/ponpon-cover.png" alt="Le Monde de Ponpon !">
+            </a>
+        </li>
+    </ul>
+</div>
+<div>
+    <h2>My essays!</h2>
+    <ul>
+        <li><a href="/writings/essays/a-socialist-love-letter-to-cryptocurrency">2025-01-15 - A socialist love letter to cryptocurrency.</a></li>
+    </ul>
+</div>